Index: Source/core/dom/StyleEngine.h |
diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h |
index d82ae5dac1882563db4170ad32e99e1a2557a862..5afe9066b4e566c89345c275b06ca60213d39f84 100644 |
--- a/Source/core/dom/StyleEngine.h |
+++ b/Source/core/dom/StyleEngine.h |
@@ -52,7 +52,7 @@ class StyleRuleFontFace; |
class StyleSheet; |
class StyleSheetContents; |
-class StyleEngine FINAL : public CSSFontSelectorClient { |
+class StyleEngine final : public CSSFontSelectorClient { |
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED; |
public: |
@@ -175,11 +175,11 @@ public: |
bool hasOnlyScopedResolverForDocument() const { return m_scopedStyleResolvers.size() == 1; } |
void collectScopedStyleFeaturesTo(RuleFeatureSet&) const; |
- virtual void trace(Visitor*) OVERRIDE; |
+ virtual void trace(Visitor*) override; |
private: |
// CSSFontSelectorClient implementation. |
- virtual void fontsNeedUpdate(CSSFontSelector*) OVERRIDE; |
+ virtual void fontsNeedUpdate(CSSFontSelector*) override; |
private: |
StyleEngine(Document&); |