Index: Source/core/svg/SVGAnimatedNumberOptionalNumber.h |
diff --git a/Source/core/svg/SVGAnimatedNumberOptionalNumber.h b/Source/core/svg/SVGAnimatedNumberOptionalNumber.h |
index bc6e4b7d506f648c7fb013df65aa41362f7a44d9..d5f7ba88163b2d2d3eb2e3cd2f9cd1ba75a73050 100644 |
--- a/Source/core/svg/SVGAnimatedNumberOptionalNumber.h |
+++ b/Source/core/svg/SVGAnimatedNumberOptionalNumber.h |
@@ -48,7 +48,6 @@ public: |
return adoptRef(new SVGAnimatedNumberOptionalNumber(contextElement, attributeName, initialFirstValue, initialSecondValue)); |
} |
- virtual void animationStarted() OVERRIDE; |
virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE; |
virtual bool needsSynchronizeAttribute() OVERRIDE; |
virtual void animationEnded() OVERRIDE; |