| Index: Source/WebCore/inspector/WorkerInspectorController.h
|
| ===================================================================
|
| --- Source/WebCore/inspector/WorkerInspectorController.h (revision 141144)
|
| +++ Source/WebCore/inspector/WorkerInspectorController.h (working copy)
|
| @@ -75,7 +75,7 @@
|
| WorkerContext* m_workerContext;
|
| OwnPtr<InspectorStateClient> m_stateClient;
|
| OwnPtr<InspectorState> m_state;
|
| - OwnPtr<InstrumentingAgents> m_instrumentingAgents;
|
| + RefPtr<InstrumentingAgents> m_instrumentingAgents;
|
| OwnPtr<InjectedScriptManager> m_injectedScriptManager;
|
| InspectorRuntimeAgent* m_runtimeAgent;
|
| InspectorAgentRegistry m_agents;
|
|
|