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