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