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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerGlobalScope.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/workers/WorkerGlobalScope.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
index 0ea314049ce0e3a128f78ad13a006a24311f66af..b29314226ab65e374953fbc112396f8f241e41cd 100644
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
@@ -57,7 +57,6 @@ class ConsoleMessageStorage;
class ExceptionState;
class V8AbstractEventListener;
class WorkerClients;
-class WorkerConsole;
class WorkerInspectorController;
class WorkerLocation;
class WorkerNavigator;
@@ -97,7 +96,6 @@ public:
// WorkerGlobalScope
WorkerGlobalScope* self() { return this; }
- WorkerConsole* console();
WorkerLocation* location() const;
void close();
@@ -178,7 +176,6 @@ private:
String m_userAgent;
V8CacheOptions m_v8CacheOptions;
- mutable Member<WorkerConsole> m_console;
mutable Member<WorkerLocation> m_location;
mutable Member<WorkerNavigator> m_navigator;
« no previous file with comments | « third_party/WebKit/Source/core/workers/WorkerConsole.idl ('k') | third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698