Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index 8f056a21a733cacd9bef4c8a0339ec3c967842b2..9504fa1c16a34987474c99d6644d1a9cc1f10a55 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -96,8 +96,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(); |