| Index: Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/Source/core/frame/LocalDOMWindow.cpp b/Source/core/frame/LocalDOMWindow.cpp
|
| index bbf642aef089bc02ae92d917c37698feab48625d..c17b6e19a94d728f70bfe9235ff21a5253a9dd60 100644
|
| --- a/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -549,6 +549,7 @@ void LocalDOMWindow::frameDestroyed()
|
| void LocalDOMWindow::willDetachFrameHost()
|
| {
|
| m_frame->host()->eventHandlerRegistry().didRemoveAllEventHandlers(*this);
|
| + m_frame->console().messageStorage()->frameWindowDiscarded(this);
|
| InspectorInstrumentation::frameWindowDiscarded(m_frame, this);
|
| }
|
|
|
|
|