| Index: Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/Source/core/frame/LocalDOMWindow.cpp b/Source/core/frame/LocalDOMWindow.cpp
|
| index bbf642aef089bc02ae92d917c37698feab48625d..34d137f7ffcf0137071c9c19f9b21ba453248614 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()->windowCleared(this);
|
| InspectorInstrumentation::frameWindowDiscarded(m_frame, this);
|
| }
|
|
|
|
|