| 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 fe668c63abe33c1695c1c03db83f89268aaa4dfe..ba24a9cac0eab2700d81e988d0137be615faf30c 100644
|
| --- a/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| @@ -51,8 +51,6 @@ public:
|
| return adoptPtr(new ScopedStyleResolver(scope));
|
| }
|
|
|
| - static TreeScope* treeScopeFor(Document&, const CSSStyleSheet*);
|
| -
|
| const TreeScope& treeScope() const { return *m_scope; }
|
|
|
| public:
|
|
|