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 559db88e5df4a636809a2282ea733e3237c21a71..630277be6f55e2168ca4dd3e6520e283d4f63626 100644 |
--- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h |
+++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h |
@@ -46,7 +46,6 @@ class InjectedScriptManager; |
class InspectorBackendDispatcher; |
class InspectorFrontend; |
class InspectorFrontendChannel; |
-class InspectorStateClient; |
class InstrumentingAgents; |
class WorkerDebuggerAgent; |
class WorkerGlobalScope; |
@@ -85,8 +84,6 @@ private: |
InspectorFrontendChannel* frontendChannel() const; |
RawPtrWillBeMember<WorkerGlobalScope> m_workerGlobalScope; |
- OwnPtr<InspectorStateClient> m_stateClient; |
- OwnPtr<InspectorCompositeState> m_state; |
RefPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents; |
OwnPtr<InjectedScriptManager> m_injectedScriptManager; |
OwnPtr<WorkerThreadDebugger> m_workerThreadDebugger; |