| Index: Source/core/html/imports/HTMLImportStateResolver.cpp
|
| diff --git a/Source/core/html/imports/HTMLImportStateResolver.cpp b/Source/core/html/imports/HTMLImportStateResolver.cpp
|
| index 8e0a3e4732360cc81c44df1fa39137b0ee7da5e9..56518aea26d38ff645072239e9fc49a592894004 100644
|
| --- a/Source/core/html/imports/HTMLImportStateResolver.cpp
|
| +++ b/Source/core/html/imports/HTMLImportStateResolver.cpp
|
| @@ -67,7 +67,7 @@ inline bool HTMLImportStateResolver::shouldBlockScriptExecution() const
|
|
|
| inline bool HTMLImportStateResolver::isActive() const
|
| {
|
| - return !m_import->isDone();
|
| + return !m_import->hasFinishedLoading();
|
| }
|
|
|
| HTMLImportState HTMLImportStateResolver::resolve() const
|
|
|