Index: Source/core/svg/SVGGlyphRefElement.h |
diff --git a/Source/core/svg/SVGGlyphRefElement.h b/Source/core/svg/SVGGlyphRefElement.h |
index c36a9d022f176dbf8517bc6bc3723deb47a3d4c2..6104232c4cea3410b9ceb4132297ee52d104a51f 100644 |
--- a/Source/core/svg/SVGGlyphRefElement.h |
+++ b/Source/core/svg/SVGGlyphRefElement.h |
@@ -27,14 +27,14 @@ |
namespace blink { |
-class SVGGlyphRefElement FINAL : public SVGElement, |
+class SVGGlyphRefElement final : public SVGElement, |
public SVGURIReference { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(SVGGlyphRefElement); |
bool hasValidGlyphElement(AtomicString& glyphName) const; |
- virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
+ virtual void parseAttribute(const QualifiedName&, const AtomicString&) override; |
// DOM interface |
const AtomicString& glyphRef() const; |
@@ -54,7 +54,7 @@ private: |
template<typename CharType> |
void parseAttributeInternal(const QualifiedName&, const AtomicString&); |
- virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; } |
+ virtual bool rendererIsNeeded(const RenderStyle&) override { return false; } |
float m_x; |