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; |
}; |