Index: Source/core/html/imports/HTMLImportLoader.cpp |
diff --git a/Source/core/html/imports/HTMLImportLoader.cpp b/Source/core/html/imports/HTMLImportLoader.cpp |
index 8e9ccd7a0dfaec2e3fde342ac1e12459e3ff2d82..84c8c7ffbb1848dc2b51a0747c4d0ed4aaf602f3 100644 |
--- a/Source/core/html/imports/HTMLImportLoader.cpp |
+++ b/Source/core/html/imports/HTMLImportLoader.cpp |
@@ -176,7 +176,7 @@ void HTMLImportLoader::didRemoveAllPendingStylesheet() |
bool HTMLImportLoader::hasPendingResources() const |
{ |
- return m_document && m_document->styleEngine()->hasPendingSheets(); |
+ return m_document && m_document->styleEngine().hasPendingSheets(); |
} |
void HTMLImportLoader::didFinishLoading() |