Index: Source/core/svg/SVGAnimatedIntegerOptionalInteger.h |
diff --git a/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h b/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h |
index f27be9c8aafcde34b06d809833bd0e23a1509585..e086a81483d30a8d2627c7a88881a0052b5a5502 100644 |
--- a/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h |
+++ b/Source/core/svg/SVGAnimatedIntegerOptionalInteger.h |
@@ -48,9 +48,9 @@ public: |
return adoptRef(new SVGAnimatedIntegerOptionalInteger(contextElement, attributeName, initialFirstValue, initialSecondValue)); |
} |
- virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) OVERRIDE; |
- virtual bool needsSynchronizeAttribute() OVERRIDE; |
- virtual void animationEnded() OVERRIDE; |
+ virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) override; |
+ virtual bool needsSynchronizeAttribute() override; |
+ virtual void animationEnded() override; |
SVGAnimatedInteger* firstInteger() { return m_firstInteger.get(); } |
SVGAnimatedInteger* secondInteger() { return m_secondInteger.get(); } |