| Index: Source/core/frame/LocalFrame.cpp
|
| diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp
|
| index 150e6022b022021a458caf879d88e06c42c31e27..f601e19d38d4b275747b9f0bf60227f256e520d1 100644
|
| --- a/Source/core/frame/LocalFrame.cpp
|
| +++ b/Source/core/frame/LocalFrame.cpp
|
| @@ -32,6 +32,7 @@
|
|
|
| #include "bindings/core/v8/ScriptController.h"
|
| #include "core/dom/DocumentType.h"
|
| +#include "core/dom/WeakIdentifierMap.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/editing/InputMethodController.h"
|
| @@ -278,6 +279,7 @@ void LocalFrame::detach()
|
| // Main motivation is to avoid being dependent on its exact timing (Oilpan.)
|
| LocalFrameLifecycleNotifier::notifyContextDestroyed();
|
| m_supplements.clear();
|
| + WeakIdentifierMap<LocalFrame>::notifyObjectDestroyed(this);
|
| }
|
|
|
| SecurityContext* LocalFrame::securityContext() const
|
|
|