| Index: Source/core/html/imports/HTMLImportsController.cpp
|
| diff --git a/Source/core/html/imports/HTMLImportsController.cpp b/Source/core/html/imports/HTMLImportsController.cpp
|
| index b7d0f26c98d1355927b82b2034b417d1d5440941..5120efab9f238d98c5e8b427941cc50ce361d808 100644
|
| --- a/Source/core/html/imports/HTMLImportsController.cpp
|
| +++ b/Source/core/html/imports/HTMLImportsController.cpp
|
| @@ -148,7 +148,7 @@ bool HTMLImportsController::hasLoader() const
|
|
|
| bool HTMLImportsController::isDone() const
|
| {
|
| - return !m_master->parsing();
|
| + return !m_master->parsing() && m_master->haveStylesheetsLoaded();
|
| }
|
|
|
| void HTMLImportsController::stateDidChange()
|
|
|