| Index: third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
|
| index 08e33e2ae7f7d7f5c82370dfc848eae70f35ce46..28002081509a319e7f99781742b4be18c31b3f2e 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
|
| @@ -297,8 +297,8 @@ void ScopedStyleResolver::addTreeBoundaryCrossingRules(
|
|
|
| if (!m_treeBoundaryCrossingRuleSet) {
|
| m_treeBoundaryCrossingRuleSet = new CSSStyleSheetRuleSubSet();
|
| - treeScope().document().styleResolver()->addTreeBoundaryCrossingScope(
|
| - treeScope().rootNode());
|
| + treeScope().document().styleEngine().addTreeBoundaryCrossingScope(
|
| + treeScope());
|
| }
|
|
|
| m_treeBoundaryCrossingRuleSet->append(
|
|
|