| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| index 130fa525436b6c9a99074fab4f406eab4484d746..663cef22b9b7e2f639d325eb3e6e6b612e64552a 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -61,7 +61,7 @@
|
| #include "core/frame/VisualViewport.h"
|
| #include "core/html/HTMLFrameOwnerElement.h"
|
| #include "core/input/EventHandler.h"
|
| -#include "core/inspector/ConsoleMessageStorage.h"
|
| +#include "core/inspector/ConsoleMessage.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/loader/DocumentLoader.h"
|
| #include "core/loader/FrameLoaderClient.h"
|
| @@ -498,7 +498,6 @@ MediaQueryList* LocalDOMWindow::matchMedia(const String& media)
|
| void LocalDOMWindow::willDetachFrameHost()
|
| {
|
| frame()->host()->eventHandlerRegistry().didRemoveAllEventHandlers(*this);
|
| - frame()->host()->consoleMessageStorage().frameWindowDiscarded(this);
|
| LocalDOMWindow::notifyContextDestroyed();
|
| }
|
|
|
|
|