| 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 28e5e1fc91081130c58776999d6f0eb6eedc08af..fe668c63abe33c1695c1c03db83f89268aaa4dfe 100644
|
| --- a/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| @@ -54,7 +54,6 @@ public:
|
| static TreeScope* treeScopeFor(Document&, const CSSStyleSheet*);
|
|
|
| const TreeScope& treeScope() const { return *m_scope; }
|
| - ScopedStyleResolver* parent() const;
|
|
|
| public:
|
| const StyleRuleKeyframes* keyframeStylesForAnimation(const StringImpl* animationName);
|
|
|