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

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: 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 f45aa85b0ed5b8c00c16510d99aceb12c7c0d62f..69a184aed97fbe640bc885fb3b9306b7362bb8df 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;

Powered by Google App Engine
This is Rietveld 408576698