| Index: Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| diff --git a/Source/core/html/imports/HTMLImportTreeRoot.cpp b/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| index 842b5e41a5d43d7ef92f73492ee7566ad1a70d99..7a220639d4f6c4c09e8a5bb1cbbbd8c9abd13da4 100644
|
| --- a/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| +++ b/Source/core/html/imports/HTMLImportTreeRoot.cpp
|
| @@ -46,7 +46,7 @@ Document* HTMLImportTreeRoot::document() const
|
| return m_document;
|
| }
|
|
|
| -bool HTMLImportTreeRoot::isDone() const
|
| +bool HTMLImportTreeRoot::hasFinishedLoading() const
|
| {
|
| return !m_document->parsing() && m_document->styleEngine().haveStylesheetsLoaded();
|
| }
|
|
|