Index: Source/core/svg/SVGStaticStringList.h |
diff --git a/Source/core/svg/SVGStaticStringList.h b/Source/core/svg/SVGStaticStringList.h |
index e45cb9ec9c8e5c91710610888c326719a1aa5375..13e95eb7860ce0bdbd61586a59fc736cc87caec7 100644 |
--- a/Source/core/svg/SVGStaticStringList.h |
+++ b/Source/core/svg/SVGStaticStringList.h |
@@ -52,7 +52,7 @@ public: |
// NewSVGAnimatedPropertyBase: |
virtual NewSVGPropertyBase* currentValueBase() OVERRIDE; |
virtual void animationStarted() OVERRIDE; |
- virtual PassRefPtr<NewSVGPropertyBase> createAnimatedValue() OVERRIDE; |
+ virtual PassRefPtr<NewSVGPropertyBase> createAnimatedValue(SVGAnimationElement*) OVERRIDE; |
virtual void setAnimatedValue(PassRefPtr<NewSVGPropertyBase>) OVERRIDE; |
virtual void animationEnded() OVERRIDE; |
virtual void animValWillChange() OVERRIDE; |