Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.h |
diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h |
index c1d5f0fbc58134a523f8c50f2d6a0ae22d70d0cb..765fc5fe49d823623d13c2906e9d858f00b2355a 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h |
+++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h |
@@ -117,7 +117,6 @@ public: |
double devicePixelRatio() const override; |
ApplicationCache* applicationCache() const override; |
int orientation() const override; |
- Console* console() const override; |
DOMSelection* getSelection() override; |
void blur() override; |
void print() override; |
@@ -260,7 +259,6 @@ private: |
mutable Member<BarProp> m_scrollbars; |
mutable Member<BarProp> m_statusbar; |
mutable Member<BarProp> m_toolbar; |
- mutable Member<Console> m_console; |
mutable Member<Navigator> m_navigator; |
mutable Member<StyleMedia> m_media; |
mutable Member<CustomElementsRegistry> m_customElements; |