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