Index: Source/core/html/HTMLFontElement.h |
diff --git a/Source/core/html/HTMLFontElement.h b/Source/core/html/HTMLFontElement.h |
index ae0c869fbca0089ad349c143d5d6108f49e16c81..684ffde75c9f87c517ce389463289ced0b3ef2b5 100644 |
--- a/Source/core/html/HTMLFontElement.h |
+++ b/Source/core/html/HTMLFontElement.h |
@@ -28,7 +28,7 @@ |
namespace blink { |
-class HTMLFontElement FINAL : public HTMLElement { |
+class HTMLFontElement final : public HTMLElement { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(HTMLFontElement); |
@@ -38,8 +38,8 @@ public: |
private: |
explicit HTMLFontElement(Document&); |
- virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
- virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
+ virtual bool isPresentationAttribute(const QualifiedName&) const override; |
+ virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override; |
}; |
} // namespace blink |