Index: Source/core/inspector/InspectorConsoleAgent.h |
diff --git a/Source/core/inspector/InspectorConsoleAgent.h b/Source/core/inspector/InspectorConsoleAgent.h |
index 73aa8338a3e31614dd5ab69e3a31c3f24b8a60fd..8eee14126bcec188b3cf7cb0d54b1a20d48fee6f 100644 |
--- a/Source/core/inspector/InspectorConsoleAgent.h |
+++ b/Source/core/inspector/InspectorConsoleAgent.h |
@@ -110,8 +110,7 @@ protected: |
void addConsoleMessage(PassOwnPtr<ConsoleMessage>); |
RawPtrWillBeMember<InspectorTimelineAgent> m_timelineAgent; |
- // FIXME: Oilpan: Move InjectedScriptManager to heap in follow-up CL. |
- InjectedScriptManager* m_injectedScriptManager; |
+ RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager; |
InspectorFrontend::Console* m_frontend; |
Vector<OwnPtr<ConsoleMessage> > m_consoleMessages; |
int m_expiredConsoleMessageCount; |