| Index: Source/core/svg/SVGFontFaceNameElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceNameElement.h b/Source/core/svg/SVGFontFaceNameElement.h
|
| index 652f9f464c8e884e1c719fda96d3d79caa9b18d0..21744d99569b9249bdf5e023f23737fb5190a9c1 100644
|
| --- a/Source/core/svg/SVGFontFaceNameElement.h
|
| +++ b/Source/core/svg/SVGFontFaceNameElement.h
|
| @@ -28,7 +28,7 @@ namespace blink {
|
|
|
| class CSSFontFaceSrcValue;
|
|
|
| -class SVGFontFaceNameElement FINAL : public SVGElement {
|
| +class SVGFontFaceNameElement final : public SVGElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFontFaceNameElement);
|
| @@ -38,7 +38,7 @@ public:
|
| private:
|
| explicit SVGFontFaceNameElement(Document&);
|
|
|
| - virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
|
| + virtual bool rendererIsNeeded(const RenderStyle&) override { return false; }
|
| };
|
|
|
| } // namespace blink
|
|
|