Index: Source/core/svg/SVGMissingGlyphElement.h |
diff --git a/Source/core/svg/SVGMissingGlyphElement.h b/Source/core/svg/SVGMissingGlyphElement.h |
index 023047464b90d3c0db34681a4bc7d42450e099d2..3e34b6a6c973caaa53930f515eba8da9b4804d5f 100644 |
--- a/Source/core/svg/SVGMissingGlyphElement.h |
+++ b/Source/core/svg/SVGMissingGlyphElement.h |
@@ -26,7 +26,7 @@ |
namespace blink { |
-class SVGMissingGlyphElement FINAL : public SVGElement { |
+class SVGMissingGlyphElement final : public SVGElement { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(SVGMissingGlyphElement); |
@@ -34,7 +34,7 @@ public: |
private: |
explicit SVGMissingGlyphElement(Document&); |
- virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; } |
+ virtual bool rendererIsNeeded(const RenderStyle&) override { return false; } |
}; |
} // namespace blink |