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

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

Issue 307943002: Oilpan: Prepare moving InspectorController and InspectorAgents to oilpan. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed WorkerDebuggerAgent Created 6 years, 6 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/InspectorInstrumentation.h
diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
index beb8bc9b4b49269461a4550806799156aabfffec..43d5f20c9e77df7a6798b1b036affb451ea95bfc 100644
--- a/Source/core/inspector/InspectorInstrumentation.h
+++ b/Source/core/inspector/InspectorInstrumentation.h
@@ -81,7 +81,7 @@ public:
bool hasMatchingTimelineAgentId(int id) const { return m_timelineAgentId == id; }
private:
- RefPtr<InstrumentingAgents> m_instrumentingAgents;
+ RefPtrWillBePersistent<InstrumentingAgents> m_instrumentingAgents;
int m_timelineAgentId;
};

Powered by Google App Engine
This is Rietveld 408576698