| Index: Source/core/inspector/InspectorPageAgent.h | 
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h | 
| index d343a4dd9c1ce75f61fdee6af3b92e25e27db7b7..a842abd64b45f9c3368693d816854287eed50570 100644 | 
| --- a/Source/core/inspector/InspectorPageAgent.h | 
| +++ b/Source/core/inspector/InspectorPageAgent.h | 
| @@ -191,8 +191,7 @@ private: | 
| PassRefPtr<TypeBuilder::Page::Frame> buildObjectForFrame(LocalFrame*); | 
| PassRefPtr<TypeBuilder::Page::FrameResourceTree> buildObjectForFrameTree(LocalFrame*); | 
| RawPtrWillBeMember<Page> m_page; | 
| -    // FIXME: Oilpan: Move InjectedScriptManager to heap in follow-up CL. | 
| -    InjectedScriptManager* m_injectedScriptManager; | 
| +    RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager; | 
| InspectorClient* m_client; | 
| InspectorFrontend::Page* m_frontend; | 
| InspectorOverlay* m_overlay; | 
|  |