| Index: Source/core/inspector/WorkerInspectorController.h
|
| diff --git a/Source/core/inspector/WorkerInspectorController.h b/Source/core/inspector/WorkerInspectorController.h
|
| index 3e06e99ef7e1b2ae63dcb2592d1fe66b1db2b20f..860d22975730f4b56cbfbba5108037c34e37dfab 100644
|
| --- a/Source/core/inspector/WorkerInspectorController.h
|
| +++ b/Source/core/inspector/WorkerInspectorController.h
|
| @@ -69,10 +69,10 @@ private:
|
| WorkerGlobalScope* m_workerGlobalScope;
|
| OwnPtr<InspectorStateClient> m_stateClient;
|
| OwnPtr<InspectorCompositeState> m_state;
|
| - RefPtr<InstrumentingAgents> m_instrumentingAgents;
|
| + RefPtrWillBePersistent<InstrumentingAgents> m_instrumentingAgents;
|
| OwnPtr<InjectedScriptManager> m_injectedScriptManager;
|
| OwnPtr<WorkerScriptDebugServer> m_debugServer;
|
| - InspectorAgentRegistry m_agents;
|
| + OwnPtrWillBePersistent<InspectorAgentRegistry> m_agents;
|
| OwnPtr<InspectorFrontendChannel> m_frontendChannel;
|
| OwnPtr<InspectorFrontend> m_frontend;
|
| RefPtr<InspectorBackendDispatcher> m_backendDispatcher;
|
|
|