Index: Source/core/inspector/WorkerInspectorController.h |
diff --git a/Source/core/inspector/WorkerInspectorController.h b/Source/core/inspector/WorkerInspectorController.h |
index 8e4d2ce1e5b7f50a3e5e1b85c9cdc090643ba77b..7b2159947ff87fb49679304d7746b643c9e427fb 100644 |
--- a/Source/core/inspector/WorkerInspectorController.h |
+++ b/Source/core/inspector/WorkerInspectorController.h |
@@ -74,9 +74,9 @@ private: |
RawPtrWillBeMember<WorkerGlobalScope> m_workerGlobalScope; |
OwnPtr<InspectorStateClient> m_stateClient; |
- OwnPtr<InspectorCompositeState> m_state; |
+ OwnPtrWillBeMember<InspectorCompositeState> m_state; |
RefPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents; |
- OwnPtr<InjectedScriptManager> m_injectedScriptManager; |
+ OwnPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager; |
OwnPtr<WorkerScriptDebugServer> m_debugServer; |
InspectorAgentRegistry m_agents; |
OwnPtr<InspectorFrontendChannel> m_frontendChannel; |