| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 6be3a6b8ba5951190e39416a9049464853dfb749..679e73b72f23e73dcd27ebad645dbb8aa7f3fc36 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -765,8 +765,6 @@ HTMLImportLoader* Document::importLoader() const
|
|
|
| bool Document::haveImportsLoaded() const
|
| {
|
| - if (m_styleEngine->ignoringPendingStylesheets())
|
| - return true;
|
| if (!m_importsController)
|
| return true;
|
| return !m_importsController->shouldBlockScriptExecution(*this);
|
|
|