| Index: Source/core/inspector/InspectorInspectorAgent.h
|
| diff --git a/Source/core/inspector/InspectorInspectorAgent.h b/Source/core/inspector/InspectorInspectorAgent.h
|
| index abf6d328945a0bb46f85cd3aef5708934a4d1c41..adcd6e5bdabe9aac4517f676cfbe45a4f7bd4fa1 100644
|
| --- a/Source/core/inspector/InspectorInspectorAgent.h
|
| +++ b/Source/core/inspector/InspectorInspectorAgent.h
|
| @@ -86,8 +86,7 @@ private:
|
|
|
| RawPtrWillBeMember<Page> m_inspectedPage;
|
| InspectorFrontend* m_frontend;
|
| - // FIXME: Oilpan: Move InjectedScriptManager to heap in follow-up CL.
|
| - InjectedScriptManager* m_injectedScriptManager;
|
| + RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
|
|
|
| Vector<pair<long, String> > m_pendingEvaluateTestCommands;
|
| pair<RefPtr<TypeBuilder::Runtime::RemoteObject>, RefPtr<JSONObject> > m_pendingInspectData;
|
|
|