Index: Source/core/svg/SVGTextElement.h |
diff --git a/Source/core/svg/SVGTextElement.h b/Source/core/svg/SVGTextElement.h |
index dd528326b580f760f85c0451f192ef7af36560a7..3e467cd1aa99df4a703ad726c2bf5a043f549285 100644 |
--- a/Source/core/svg/SVGTextElement.h |
+++ b/Source/core/svg/SVGTextElement.h |
@@ -26,17 +26,17 @@ |
namespace blink { |
-class SVGTextElement FINAL : public SVGTextPositioningElement { |
+class SVGTextElement final : public SVGTextPositioningElement { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(SVGTextElement); |
- virtual AffineTransform animatedLocalTransform() const OVERRIDE; |
+ virtual AffineTransform animatedLocalTransform() const override; |
private: |
explicit SVGTextElement(Document&); |
- virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
+ virtual RenderObject* createRenderer(RenderStyle*) override; |
}; |
} // namespace blink |