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

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

Issue 323043002: Oilpan: Prepare moving InspectorAgent related classes to oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
« no previous file with comments | « Source/core/inspector/InjectedScriptManager.cpp ('k') | Source/core/inspector/InspectorBaseAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorBaseAgent.h
diff --git a/Source/core/inspector/InspectorBaseAgent.h b/Source/core/inspector/InspectorBaseAgent.h
index da2c1b87afbd17dfc3503a8c7fd0e57ec11c626e..20c53b641cce964c4caba20c6836dddf7f73ba9d 100644
--- a/Source/core/inspector/InspectorBaseAgent.h
+++ b/Source/core/inspector/InspectorBaseAgent.h
@@ -65,8 +65,7 @@ public:
protected:
RawPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
- // FIXME: Oilpan: Move InspectorState to heap in follow-up CL.
- InspectorState* m_state;
+ RawPtrWillBeMember<InspectorState> m_state;
private:
String m_name;
@@ -90,8 +89,7 @@ public:
private:
RawPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
- // FIXME: Oilpan: Move InspectorCompositeState to heap in follow-up CL.
- InspectorCompositeState* m_inspectorState;
+ RawPtrWillBeMember<InspectorCompositeState> m_inspectorState;
WillBeHeapVector<OwnPtrWillBeMember<InspectorAgent> > m_agents;
};
« no previous file with comments | « Source/core/inspector/InjectedScriptManager.cpp ('k') | Source/core/inspector/InspectorBaseAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698