Changeset 146271 in webkit


Ignore:
Timestamp:
Mar 19, 2013, 3:30:31 PM (12 years ago)
Author:
ggaren@apple.com
Message:

Try to fix the Windows build.

  • svg/SVGAnimateMotionElement.cpp:

(WebCore::SVGAnimateMotionElement::hasValidAttributeType): Qualify the
namespace to avoid conflicts.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r146270 r146271  
     12013-03-19  Geoffrey Garen  <ggaren@apple.com>
     2
     3        Try to fix the Windows build.
     4
     5        * svg/SVGAnimateMotionElement.cpp:
     6        (WebCore::SVGAnimateMotionElement::hasValidAttributeType): Qualify the
     7        namespace to avoid conflicts.
     8
    192013-03-19  Ryosuke Niwa  <rniwa@webkit.org>
    210
  • trunk/Source/WebCore/svg/SVGAnimateMotionElement.cpp

    r146270 r146271  
    8282        || targetElement->hasTagName(clipPathTag)
    8383        || targetElement->hasTagName(maskTag)
    84         || targetElement->hasTagName(aTag)
     84        || targetElement->hasTagName(SVGNames::aTag)
    8585        || targetElement->hasTagName(foreignObjectTag)
    8686        )
Note: See TracChangeset for help on using the changeset viewer.