Index: Source/core/svg/SVGSVGElement.cpp |
diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp |
index 02d10f5f18d8eae99fae650e46cf113ee2e8c876..26cc2f62005b51699062ecadffc2d7f6ac893ce1 100644 |
--- a/Source/core/svg/SVGSVGElement.cpp |
+++ b/Source/core/svg/SVGSVGElement.cpp |
@@ -179,7 +179,7 @@ public: |
return adoptRef(new SVGCurrentTranslateTearOff(contextElement)); |
} |
- virtual void commitChange() OVERRIDE |
+ virtual void commitChange() override |
{ |
ASSERT(contextElement()); |
toSVGSVGElement(contextElement())->updateCurrentTranslate(); |