| Index: third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp b/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| index f1ee701d33b4ab2a41f9b7cb2e56bbe94e5addd7..52677dd89e05c369a6f72a5d9ef85345f15a10eb 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| @@ -44,7 +44,7 @@ Document* HTMLImportTreeRoot::document() const
|
|
|
| bool HTMLImportTreeRoot::hasFinishedLoading() const
|
| {
|
| - return !m_document->parsing() && m_document->styleEngine().haveStylesheetsLoaded();
|
| + return !m_document->parsing() && m_document->styleEngine().haveScriptBlockingStylesheetsLoaded();
|
| }
|
|
|
| void HTMLImportTreeRoot::stateWillChange()
|
|
|