| Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| index 7d4a544bd34fe7dcf3a8cf3d94ea33c2d62e9f0d..8bb1ac22a4adca09785c4fd1f8b31780ba9628ae 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| @@ -50,7 +50,6 @@
|
| #include "core/html/HTMLFrameElementBase.h"
|
| #include "core/html/HTMLPlugInElement.h"
|
| #include "core/input/EventHandler.h"
|
| -#include "core/inspector/ConsoleMessageStorage.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/layout/HitTestResult.h"
|
| #include "core/layout/LayoutView.h"
|
| @@ -418,8 +417,6 @@ void LocalFrame::setDOMWindow(LocalDOMWindow* domWindow)
|
| // die with the window. And the registered DOMWindowProperty instances that don't,
|
| // only keep a weak reference to this frame, so there's no need to be
|
| // explicitly notified that this frame is going away.
|
| - if (m_domWindow && host())
|
| - host()->consoleMessageStorage().frameWindowDiscarded(m_domWindow.get());
|
| if (domWindow)
|
| script().clearWindowProxy();
|
|
|
|
|