| Index: Source/core/loader/DocumentLoader.cpp
|
| diff --git a/Source/core/loader/DocumentLoader.cpp b/Source/core/loader/DocumentLoader.cpp
|
| index 582a680aeed6a3c3674f24197236559a20aa8f50..c1fb1efacef16ce0afedc16f71715d781a7cc3a1 100644
|
| --- a/Source/core/loader/DocumentLoader.cpp
|
| +++ b/Source/core/loader/DocumentLoader.cpp
|
| @@ -32,6 +32,7 @@
|
|
|
| #include "core/dom/Document.h"
|
| #include "core/dom/DocumentParser.h"
|
| +#include "core/dom/WeakIdentifierMap.h"
|
| #include "core/events/Event.h"
|
| #include "core/fetch/FetchInitiatorTypeNames.h"
|
| #include "core/fetch/MemoryCache.h"
|
| @@ -563,7 +564,7 @@ void DocumentLoader::detachFromFrame()
|
| stopLoading();
|
|
|
| m_applicationCacheHost->setApplicationCache(0);
|
| - InspectorInstrumentation::loaderDetachedFromFrame(m_frame, this);
|
| + WeakIdentifierMap<DocumentLoader>::notifyObjectDestroyed(this);
|
| m_frame = 0;
|
| }
|
|
|
|
|