| Index: Source/core/loader/DocumentLoader.cpp
|
| diff --git a/Source/core/loader/DocumentLoader.cpp b/Source/core/loader/DocumentLoader.cpp
|
| index ce02d07071637a8f09a490bea405b0faa27f4763..ef596d4d847cc94cf6ca486b6eb50dc93ebb79eb 100644
|
| --- a/Source/core/loader/DocumentLoader.cpp
|
| +++ b/Source/core/loader/DocumentLoader.cpp
|
| @@ -105,6 +105,7 @@ DocumentLoader::~DocumentLoader()
|
| ASSERT(!m_frame || !isLoading());
|
| m_fetcher->clearDocumentLoader();
|
| clearMainResourceHandle();
|
| + m_applicationCacheHost->dispose();
|
| }
|
|
|
| unsigned long DocumentLoader::mainResourceIdentifier() const
|
|
|