| Index: third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.cpp b/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| index f739839f9b39e6d90d334df236eb63c7d8c3ba62..28ddcdaeaa990bf9b36a96ea3fbbfb8aeec09132 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| @@ -191,8 +191,8 @@ void StyleEngine::addStyleSheetCandidateNode(Node* node)
|
| if (!node->isConnected() || document().isDetached())
|
| return;
|
|
|
| - TreeScope& treeScope = isStyleElement(*node) ? node->treeScope() : *m_document;
|
| DCHECK(!isXSLStyleSheet(*node));
|
| + TreeScope& treeScope = node->treeScope();
|
| TreeScopeStyleSheetCollection* collection = ensureStyleSheetCollectionFor(treeScope);
|
| DCHECK(collection);
|
| collection->addStyleSheetCandidateNode(node);
|
|
|