| Index: sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| diff --git a/sky/engine/core/css/resolver/ScopedStyleResolver.h b/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| index 45edbcf36da39e615147371c53bdf88d890ed6e9..83e9c296cbd790ec6c85bc35fa534dfd557283eb 100644
|
| --- a/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| @@ -65,8 +65,6 @@ public:
|
| void collectFeaturesTo(RuleFeatureSet&, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents) const;
|
| void resetAuthorStyle();
|
|
|
| - void trace(Visitor*);
|
| -
|
| private:
|
| explicit ScopedStyleResolver(TreeScope& scope)
|
| : m_scope(scope)
|
|
|