Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Unified Diff: third_party/WebKit/Source/core/frame/LocalDOMWindow.h

Issue 1859293002: [DevTools] Move Console to v8_inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameConsole.cpp ('k') | third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698