Index: Source/core/css/resolver/ScopedStyleResolver.h |
diff --git a/Source/core/css/resolver/ScopedStyleResolver.h b/Source/core/css/resolver/ScopedStyleResolver.h |
index a4a0529228f53ea92a34951305a06a0641b6a196..72db0496a987dfd370a6aa16c2c10b70ca358329 100644 |
--- a/Source/core/css/resolver/ScopedStyleResolver.h |
+++ b/Source/core/css/resolver/ScopedStyleResolver.h |
@@ -51,8 +51,6 @@ public: |
return adoptPtrWillBeNoop(new ScopedStyleResolver(scope)); |
} |
- static TreeScope* treeScopeFor(Document&, const CSSStyleSheet*); |
- |
const TreeScope& treeScope() const { return *m_scope; } |
ScopedStyleResolver* parent() const; |