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

Unified Diff: third_party/WebKit/Source/core/inspector/WorkerInspectorController.h

Issue 1967933002: [DevTools] Dispatch messages to V8InspectorSession directly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1936593002
Patch Set: rebased Created 4 years, 7 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/inspector/WorkerInspectorController.h
diff --git a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
index 91a4ed0de608b4a1956c7190234cd86770b75b03..2121c14c8b3a9c672613b5f607ef405fa0d669a9 100644
--- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
+++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
@@ -31,7 +31,6 @@
#ifndef WorkerInspectorController_h
#define WorkerInspectorController_h
-#include "core/inspector/InspectorRuntimeAgent.h"
#include "core/inspector/InspectorSession.h"
#include "core/inspector/InspectorTaskRunner.h"
#include "wtf/Allocator.h"
@@ -44,7 +43,6 @@ namespace blink {
class InstrumentingAgents;
class V8Debugger;
-class V8InspectorSession;
class WorkerGlobalScope;
class WorkerThreadDebugger;
@@ -78,7 +76,6 @@ private:
WorkerThreadDebugger* m_debugger;
Member<WorkerGlobalScope> m_workerGlobalScope;
Member<InstrumentingAgents> m_instrumentingAgents;
- OwnPtr<V8InspectorSession> m_v8Session;
Member<InspectorSession> m_session;
};

Powered by Google App Engine
This is Rietveld 408576698