Index: Source/core/inspector/WorkerInspectorController.h |
diff --git a/Source/core/inspector/WorkerInspectorController.h b/Source/core/inspector/WorkerInspectorController.h |
index 3fe810d32b11ea045ae86503c70f6f2bd1a40328..bfcd77086fb09836c189f828cba3ba61309e0d52 100644 |
--- a/Source/core/inspector/WorkerInspectorController.h |
+++ b/Source/core/inspector/WorkerInspectorController.h |
@@ -72,7 +72,7 @@ private: |
WorkerGlobalScope* m_workerGlobalScope; |
OwnPtr<InspectorStateClient> m_stateClient; |
OwnPtr<InspectorCompositeState> m_state; |
- RefPtr<InstrumentingAgents> m_instrumentingAgents; |
+ RefPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents; |
OwnPtr<InjectedScriptManager> m_injectedScriptManager; |
OwnPtr<WorkerScriptDebugServer> m_debugServer; |
OwnPtrWillBeMember<InspectorAgentRegistry> m_agents; |