| Index: Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/Source/core/frame/LocalDOMWindow.cpp b/Source/core/frame/LocalDOMWindow.cpp
|
| index 545e4b81f5107fea8467f0524dc5730ce70decb9..29f78e3060d7d03196652b23ba194f327a1aa1c7 100644
|
| --- a/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -573,7 +573,6 @@ void LocalDOMWindow::willDetachFrameHost()
|
| {
|
| frame()->host()->eventHandlerRegistry().didRemoveAllEventHandlers(*this);
|
| frame()->host()->consoleMessageStorage().frameWindowDiscarded(this);
|
| - InspectorInstrumentation::frameWindowDiscarded(frame(), this);
|
| }
|
|
|
| void LocalDOMWindow::willDestroyDocumentInFrame()
|
|
|