Chromium Code Reviews| Index: trunk/Source/core/html/imports/HTMLImportsController.cpp |
| =================================================================== |
| --- trunk/Source/core/html/imports/HTMLImportsController.cpp (revision 169768) |
| +++ trunk/Source/core/html/imports/HTMLImportsController.cpp (working copy) |
| @@ -151,7 +151,7 @@ |
| bool HTMLImportsController::isDone() const |
| { |
| - return !m_master->parsing() && m_master->haveStylesheetsLoaded(); |
| + return !m_master->parsing(); |
| } |
| void HTMLImportsController::stateDidChange() |