| Index: third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| index 98515baed379c6f114128085590b70ace6584e34..0849bce9bb633e593ac126b469eb88cc3a8eed17 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| @@ -572,6 +572,7 @@ void DocumentLoader::detachFromFrame()
|
| if (!m_frame)
|
| return;
|
|
|
| + m_fetcher->clearPreloads(ResourceFetcher::ClearAllPreloads);
|
| m_fetcher->clearContext();
|
| m_applicationCacheHost->detachFromDocumentLoader();
|
| m_applicationCacheHost.clear();
|
|
|