Index: Source/core/css/CSSFontSelector.h |
diff --git a/Source/core/css/CSSFontSelector.h b/Source/core/css/CSSFontSelector.h |
index 4567aafd63b867cbe4e085f7ead81b7ffe8655c7..1b371bdd7b665c18fd691de8da9bef20e0cf0a27 100644 |
--- a/Source/core/css/CSSFontSelector.h |
+++ b/Source/core/css/CSSFontSelector.h |
@@ -76,7 +76,7 @@ public: |
const GenericFontFamilySettings& genericFontFamilySettings() const { return m_genericFontFamilySettings; } |
void updateGenericFontFamilySettings(Document&); |
- virtual void trace(Visitor*); |
+ virtual void trace(Visitor*) override; |
private: |
explicit CSSFontSelector(Document*); |