| Index: sky/engine/core/css/CSSFontSelector.h
|
| diff --git a/sky/engine/core/css/CSSFontSelector.h b/sky/engine/core/css/CSSFontSelector.h
|
| index ee7ea836aceb747cd4e93856750cc8545bf2e5a7..dd068551b5e9b9e6c0bf80c7f913a30627367ad9 100644
|
| --- a/sky/engine/core/css/CSSFontSelector.h
|
| +++ b/sky/engine/core/css/CSSFontSelector.h
|
| @@ -80,8 +80,6 @@ public:
|
| const GenericFontFamilySettings& genericFontFamilySettings() const { return m_genericFontFamilySettings; }
|
| void updateGenericFontFamilySettings(Document&);
|
|
|
| - virtual void trace(Visitor*);
|
| -
|
| private:
|
| explicit CSSFontSelector(Document*);
|
|
|
|
|