Index: Source/core/inspector/PageDebuggerAgent.h |
diff --git a/Source/core/inspector/PageDebuggerAgent.h b/Source/core/inspector/PageDebuggerAgent.h |
index b7975202b3b49f605655a5e21aadeec4d87ca558..95739cb858b35cfe078e80c84d1b88c7195bfb70 100644 |
--- a/Source/core/inspector/PageDebuggerAgent.h |
+++ b/Source/core/inspector/PageDebuggerAgent.h |
@@ -74,8 +74,7 @@ private: |
InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) override; |
PageDebuggerAgent(PageScriptDebugServer*, InspectorPageAgent*, InjectedScriptManager*, InspectorOverlay*); |
- // FIXME: Oilpan: Move PageScriptDebugServer to heap in follow-up CL. |
- PageScriptDebugServer* m_pageScriptDebugServer; |
+ RawPtrWillBeMember<PageScriptDebugServer> m_pageScriptDebugServer; |
RawPtrWillBeMember<InspectorPageAgent> m_pageAgent; |
InspectorOverlay* m_overlay; |
}; |