Title: [146271] trunk/Source/WebCore
Revision
146271
Author
gga...@apple.com
Date
2013-03-19 15:30:31 -0700 (Tue, 19 Mar 2013)

Log Message

Try to fix the Windows build.

* svg/SVGAnimateMotionElement.cpp:
(WebCore::SVGAnimateMotionElement::hasValidAttributeType): Qualify the
namespace to avoid conflicts.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (146270 => 146271)


--- trunk/Source/WebCore/ChangeLog	2013-03-19 22:27:54 UTC (rev 146270)
+++ trunk/Source/WebCore/ChangeLog	2013-03-19 22:30:31 UTC (rev 146271)
@@ -1,3 +1,11 @@
+2013-03-19  Geoffrey Garen  <gga...@apple.com>
+
+        Try to fix the Windows build.
+
+        * svg/SVGAnimateMotionElement.cpp:
+        (WebCore::SVGAnimateMotionElement::hasValidAttributeType): Qualify the
+        namespace to avoid conflicts.
+
 2013-03-19  Ryosuke Niwa  <rn...@webkit.org>
 
         Windows build fix after r146264.

Modified: trunk/Source/WebCore/svg/SVGAnimateMotionElement.cpp (146270 => 146271)


--- trunk/Source/WebCore/svg/SVGAnimateMotionElement.cpp	2013-03-19 22:27:54 UTC (rev 146270)
+++ trunk/Source/WebCore/svg/SVGAnimateMotionElement.cpp	2013-03-19 22:30:31 UTC (rev 146271)
@@ -81,7 +81,7 @@
         || targetElement->hasTagName(textTag)
         || targetElement->hasTagName(clipPathTag)
         || targetElement->hasTagName(maskTag)
-        || targetElement->hasTagName(aTag)
+        || targetElement->hasTagName(SVGNames::aTag)
         || targetElement->hasTagName(foreignObjectTag)
         )
         return true;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to