| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index b3fc7f14359dada020f4dfa5ed5727064c2bfc11..3fd614b6c6ae630b7581ee2eb7e10d26826283f3 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -779,7 +779,7 @@ void Document::didLoadAllImports()
|
|
|
| bool Document::haveImportsLoaded() const
|
| {
|
| - return !m_import || m_import->haveChildrenLoaded();
|
| + return !m_import || !m_import->isBlocked();
|
| }
|
|
|
| PassRefPtr<DocumentFragment> Document::createDocumentFragment()
|
|
|