Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index 866bdeda65440203d03980fc24b8636800b622c3..4f21299af0bf142c279d05174a15a975825a3976 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -4690,9 +4690,6 @@ void Document::finishedParsing() |
// Parser should have picked up all preloads by now |
m_fetcher->clearPreloads(); |
- |
- if (HTMLImportLoader* import = importLoader()) |
- import->didFinishParsing(); |
} |
void Document::elementDataCacheClearTimerFired(Timer<Document>*) |