Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(901)

Unified Diff: Source/core/inspector/PageDebuggerAgent.h

Issue 847803002: Make ScriptStreamer and dependents Oilpan friendly. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add ScriptSourceCode::isNull() comment Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
« no previous file with comments | « Source/core/inspector/InspectorInstrumentationCustomInl.h ('k') | Source/core/inspector/PageDebuggerAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698