Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index 94c50cd44cf35fbd24268a87ecce24dae3072dcd..22d08b1038012b66f93bf94d6316240d19da86fb 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -97,8 +97,8 @@ public: |
virtual void svgAttributeChanged(const QualifiedName&); |
- void animatedPropertyTypeForAttribute(const QualifiedName&, Vector<AnimatedPropertyType>&); |
PassRefPtr<NewSVGAnimatedPropertyBase> propertyFromAttribute(const QualifiedName& attributeName); |
+ static AnimatedPropertyType animatedPropertyTypeForCSSAttribute(const QualifiedName& attributeName); |
void sendSVGLoadEventIfPossible(bool sendParentLoadEvents = false); |
void sendSVGLoadEventIfPossibleAsynchronously(); |