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

Unified Diff: Source/core/loader/DocumentLoader.cpp

Issue 1124153003: [Oilpan] [Reland] Migrate classes under core/fetch to Oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 5 months 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
Index: Source/core/loader/DocumentLoader.cpp
diff --git a/Source/core/loader/DocumentLoader.cpp b/Source/core/loader/DocumentLoader.cpp
index f0adfef7cdee4b9db79cafd2767cf5dcbd92b1b6..a1002ed6317bd625c60b70874a124856d93f1bdf 100644
--- a/Source/core/loader/DocumentLoader.cpp
+++ b/Source/core/loader/DocumentLoader.cpp
@@ -602,6 +602,7 @@ void DocumentLoader::detachFromFrame()
return;
m_fetcher->clearContext();
+
m_applicationCacheHost->detachFromDocumentLoader();
m_applicationCacheHost.clear();
InspectorIdentifiers<DocumentLoader>::notifyObjectDestroyed(this);

Powered by Google App Engine
This is Rietveld 408576698