| Index: Source/core/html/HTMLImportsController.cpp
|
| diff --git a/Source/core/html/HTMLImportsController.cpp b/Source/core/html/HTMLImportsController.cpp
|
| index 8270e4f13a8ff6bf1303b08736266ba21aed06f7..5069fb53b287604ba292b5958e1400f8cda7e151 100644
|
| --- a/Source/core/html/HTMLImportsController.cpp
|
| +++ b/Source/core/html/HTMLImportsController.cpp
|
| @@ -143,6 +143,11 @@ void HTMLImportsController::didFinishParsing()
|
| {
|
| }
|
|
|
| +bool HTMLImportsController::hasLoader() const
|
| +{
|
| + return true;
|
| +}
|
| +
|
| bool HTMLImportsController::isDone() const
|
| {
|
| return !m_master->parsing();
|
|
|