| Index: Source/core/svg/SVGAltGlyphItemElement.h
|
| diff --git a/Source/core/svg/SVGAltGlyphItemElement.h b/Source/core/svg/SVGAltGlyphItemElement.h
|
| index ad01653500ab0ee7171cedb40976874f85684410..6f8df3a00294eb5b8f630123a8b1e3a751d7ebce 100644
|
| --- a/Source/core/svg/SVGAltGlyphItemElement.h
|
| +++ b/Source/core/svg/SVGAltGlyphItemElement.h
|
| @@ -27,7 +27,7 @@
|
|
|
| namespace blink {
|
|
|
| -class SVGAltGlyphItemElement FINAL : public SVGElement {
|
| +class SVGAltGlyphItemElement final : public SVGElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGAltGlyphItemElement);
|
| @@ -37,7 +37,7 @@ public:
|
| private:
|
| explicit SVGAltGlyphItemElement(Document&);
|
|
|
| - virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
|
| + virtual bool rendererIsNeeded(const RenderStyle&) override { return false; }
|
| };
|
|
|
| } // namespace blink
|
|
|