Index: Source/core/inspector/InspectorPageAgent.h |
diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h |
index ca1308fa98e27a135af7d0c6bfb29238178b7620..31c1866bf87cf0ebdd1f1cc047cf1b1593ee4e53 100644 |
--- a/Source/core/inspector/InspectorPageAgent.h |
+++ b/Source/core/inspector/InspectorPageAgent.h |
@@ -178,8 +178,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; |