| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 772459126c51f027b257f8d3580846721f461573..6d46e0e0b7c7ae877b8a5465778a21f1e8e092de 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -796,7 +796,7 @@ void Document::didLoadAllImports()
|
|
|
| bool Document::haveImportsLoaded() const
|
| {
|
| - return !m_import || !m_import->isBlockedFromRunningScript();
|
| + return !m_import || !m_import->isStateBlockedFromRunningScript();
|
| }
|
|
|
| DOMWindow* Document::executingWindow()
|
|
|