| 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 1bba3adb92926342b1549f6cbfef2a746bffb3e9..599d322649cfa63e495cf9e9709fe133ce928fd3 100644
|
| --- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
|
| +++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
|
| @@ -86,9 +86,9 @@ private:
|
|
|
| RawPtrWillBeMember<WorkerGlobalScope> m_workerGlobalScope;
|
| OwnPtr<InspectorStateClient> m_stateClient;
|
| - OwnPtrWillBeMember<InspectorCompositeState> m_state;
|
| + OwnPtr<InspectorCompositeState> m_state;
|
| RefPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
|
| - OwnPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
|
| + OwnPtr<InjectedScriptManager> m_injectedScriptManager;
|
| OwnPtr<WorkerThreadDebugger> m_workerThreadDebugger;
|
| InspectorAgentRegistry m_agents;
|
| OwnPtrWillBeMember<PageInspectorProxy> m_pageInspectorProxy;
|
|
|