| Index: Source/core/svg/SVGAnimatedInteger.h
|
| diff --git a/Source/core/svg/SVGAnimatedInteger.h b/Source/core/svg/SVGAnimatedInteger.h
|
| index 8f7c7fb41b90d5224cabd75734256f08dbdfd0d5..7ab3b22ca30f9afdb246de6580d60775904f7991 100644
|
| --- a/Source/core/svg/SVGAnimatedInteger.h
|
| +++ b/Source/core/svg/SVGAnimatedInteger.h
|
| @@ -46,7 +46,7 @@ public:
|
| return adoptRef(new SVGAnimatedInteger(contextElement, attributeName, initialValue));
|
| }
|
|
|
| - virtual void synchronizeAttribute() OVERRIDE;
|
| + virtual void synchronizeAttribute() override;
|
|
|
| void setParentOptionalInteger(SVGAnimatedIntegerOptionalInteger* numberOptionalInteger)
|
| {
|
|
|