Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(768)

Unified Diff: sky/engine/core/dom/Document.cpp

Issue 710383002: Remove preload support from the MemoryCache (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/engine/core/fetch/FetchRequest.h » ('j') | sky/engine/core/fetch/Resource.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Document.cpp
diff --git a/sky/engine/core/dom/Document.cpp b/sky/engine/core/dom/Document.cpp
index 57648a44678e345882bb81a092db483118a14a41..2a67e22582e73ae151a8e40f86e5450f5f622d68 100644
--- a/sky/engine/core/dom/Document.cpp
+++ b/sky/engine/core/dom/Document.cpp
@@ -2455,9 +2455,6 @@ void Document::finishedParsing()
// alive indefinitely by something innocuous like JS setting .innerHTML repeatedly on a timer.
m_elementDataCacheClearTimer.startOneShot(10, FROM_HERE);
- // Parser should have picked up all preloads by now
- m_fetcher->clearPreloads();
-
if (HTMLImportLoader* import = importLoader())
import->didFinishParsing();
}
« no previous file with comments | « no previous file | sky/engine/core/fetch/FetchRequest.h » ('j') | sky/engine/core/fetch/Resource.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698