Chromium Code Reviews| 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); |
|
yurys
2014/08/29 07:40:15
windowCleared -> frameWindowDiscarded
kozyatinskiy1
2014/08/29 08:20:05
Done.
|
| InspectorInstrumentation::frameWindowDiscarded(m_frame, this); |
| } |