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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h

Issue 2035653006: [DevTools] Move Console to v8 inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: improved api a bit Created 4 years, 6 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 5a9ad03409a576a3217af39644ec267a8129a708..76538ca18ce35285bca781b8cfb4dc09a84099a1 100644
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
@@ -53,7 +53,6 @@
namespace blink {
class ConsoleMessage;
-class ConsoleMessageStorage;
class ExceptionState;
class V8AbstractEventListener;
class WorkerClients;
@@ -139,7 +138,6 @@ public:
using SecurityContext::contentSecurityPolicy;
void addConsoleMessage(ConsoleMessage*) final;
- ConsoleMessageStorage* messageStorage();
void exceptionUnhandled(const String& errorMessage, std::unique_ptr<SourceLocation>);
@@ -199,8 +197,6 @@ private:
double m_timeOrigin;
- Member<ConsoleMessageStorage> m_messageStorage;
-
HeapListHashSet<Member<V8AbstractEventListener>> m_eventListeners;
};
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.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