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 d117d81b325254defc2c2e6f107a0e238dd9c69a..156d0c27d037631a613dd188aa8074dfa861bdba 100644 |
--- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h |
+++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h |
@@ -42,7 +42,6 @@ |
namespace blink { |
-class AsyncCallTracker; |
class InjectedScriptManager; |
class InspectorBackendDispatcher; |
class InspectorFrontend; |
@@ -91,7 +90,6 @@ private: |
OwnPtr<InspectorFrontend> m_frontend; |
RefPtrWillBeMember<InspectorBackendDispatcher> m_backendDispatcher; |
RawPtrWillBeMember<WorkerDebuggerAgent> m_workerDebuggerAgent; |
- OwnPtrWillBeMember<AsyncCallTracker> m_asyncCallTracker; |
RawPtrWillBeMember<WorkerRuntimeAgent> m_workerRuntimeAgent; |
OwnPtr<InspectorTaskRunner> m_inspectorTaskRunner; |
OwnPtr<InspectorTaskRunner::IgnoreInterruptsScope> m_beforeInitlizedScope; |