Index: Source/core/svg/SVGAnimateElement.h |
diff --git a/Source/core/svg/SVGAnimateElement.h b/Source/core/svg/SVGAnimateElement.h |
index bb79d7102404f43e20f6ec6371256cc5844d0225..40375c36d3d6c628ba0dbef1843840e5d3d13526 100644 |
--- a/Source/core/svg/SVGAnimateElement.h |
+++ b/Source/core/svg/SVGAnimateElement.h |
@@ -63,10 +63,10 @@ private: |
virtual bool hasValidAttributeType() OVERRIDE; |
- RefPtr<NewSVGPropertyBase> m_fromProperty; |
- RefPtr<NewSVGPropertyBase> m_toProperty; |
- RefPtr<NewSVGPropertyBase> m_toAtEndOfDurationProperty; |
- RefPtr<NewSVGPropertyBase> m_animatedProperty; |
+ RefPtr<SVGPropertyBase> m_fromProperty; |
+ RefPtr<SVGPropertyBase> m_toProperty; |
+ RefPtr<SVGPropertyBase> m_toAtEndOfDurationProperty; |
+ RefPtr<SVGPropertyBase> m_animatedProperty; |
Vector<SVGElement*> m_animatedElements; |
OwnPtr<SVGAnimatedTypeAnimator> m_animator; |