| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 623fad281be86300beb63cb45786575a2906e6f2..56477d23ef2e7f231958478f785ad2727f0cc230 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -242,8 +242,7 @@ private:
|
| typedef HashMap<String, Vector<String> > BreakpointIdToDebugServerBreakpointIdsMap;
|
| typedef HashMap<String, std::pair<String, BreakpointSource> > DebugServerBreakpointToBreakpointIdAndSourceMap;
|
|
|
| - // FIXME: Oilpan: Move InjectedScriptManager to heap in follow-up CL.
|
| - InjectedScriptManager* m_injectedScriptManager;
|
| + RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
|
| InspectorFrontend::Debugger* m_frontend;
|
| RefPtr<ScriptState> m_pausedScriptState;
|
| ScriptValue m_currentCallStack;
|
|
|