| Index: sky/engine/core/dom/StyleEngine.h
|
| diff --git a/sky/engine/core/dom/StyleEngine.h b/sky/engine/core/dom/StyleEngine.h
|
| index 591ffca7f91ea7e95cddde096215fa872b6b77fa..aca8a6e498958e38dcbd21af356f8aa9c5f934b9 100644
|
| --- a/sky/engine/core/dom/StyleEngine.h
|
| +++ b/sky/engine/core/dom/StyleEngine.h
|
| @@ -141,8 +141,6 @@ public:
|
| bool hasOnlyScopedResolverForDocument() const { return m_scopedStyleResolvers.size() == 1; }
|
| void collectScopedStyleFeaturesTo(RuleFeatureSet&) const;
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| // CSSFontSelectorClient implementation.
|
| virtual void fontsNeedUpdate(CSSFontSelector*) override;
|
|
|