Index: Source/core/svg/SVGPolyElement.h |
diff --git a/Source/core/svg/SVGPolyElement.h b/Source/core/svg/SVGPolyElement.h |
index 1b74334f1249f6ec4a2fbe5d3ad070af435db2b5..ec9c971ee528ee6687728db27d1ba55611aaa98b 100644 |
--- a/Source/core/svg/SVGPolyElement.h |
+++ b/Source/core/svg/SVGPolyElement.h |
@@ -39,8 +39,8 @@ protected: |
SVGPolyElement(const QualifiedName&, Document&); |
private: |
- virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE FINAL; |
- virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE FINAL; |
+ virtual void parseAttribute(const QualifiedName&, const AtomicString&) override final; |
+ virtual void svgAttributeChanged(const QualifiedName&) override final; |
private: |
RefPtr<SVGAnimatedPointList> m_points; |