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