Index: third_party/WebKit/Source/core/dom/Document.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp |
index 681c3f1294106099e26e9b5e690e39038250a3bb..b3b89ea068fef4f5ad209f45ce7c6982c35e834d 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.cpp |
+++ b/third_party/WebKit/Source/core/dom/Document.cpp |
@@ -4748,7 +4748,7 @@ void Document::finishedParsing() |
m_elementDataCacheClearTimer.startOneShot(10, BLINK_FROM_HERE); |
// Parser should have picked up all preloads by now |
- m_fetcher->clearPreloads(); |
+ m_fetcher->clearPreloads(ResourceFetcher::ClearSpeculativeMarkupPreloads); |
} |
void Document::elementDataCacheClearTimerFired(Timer<Document>*) |