| Index: Source/core/svg/SVGAltGlyphElement.h
|
| diff --git a/Source/core/svg/SVGAltGlyphElement.h b/Source/core/svg/SVGAltGlyphElement.h
|
| index 8e34a38786537e5fea1645c266b96b5fa15a652a..7484d94aab2655ba1b9050945188bc5999682dfa 100644
|
| --- a/Source/core/svg/SVGAltGlyphElement.h
|
| +++ b/Source/core/svg/SVGAltGlyphElement.h
|
| @@ -32,7 +32,7 @@ namespace blink {
|
|
|
| class ExceptionState;
|
|
|
| -class SVGAltGlyphElement FINAL : public SVGTextPositioningElement,
|
| +class SVGAltGlyphElement final : public SVGTextPositioningElement,
|
| public SVGURIReference {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| @@ -48,7 +48,7 @@ public:
|
| private:
|
| explicit SVGAltGlyphElement(Document&);
|
|
|
| - virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
|
| + virtual RenderObject* createRenderer(RenderStyle*) override;
|
| };
|
|
|
| } // namespace blink
|
|
|