Index: Source/core/inspector/InspectorInstrumentation.h |
diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h |
index 147a132b5ae496c00af4e2200c85b2c27b462244..e9da0c3a057f8c53e4ba48b01768afeb39cb1dc8 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.h |
+++ b/Source/core/inspector/InspectorInstrumentation.h |
@@ -80,7 +80,7 @@ public: |
bool hasMatchingTimelineAgentId(int id) const { return m_timelineAgentId == id; } |
private: |
- RefPtr<InstrumentingAgents> m_instrumentingAgents; |
+ RefPtrWillBePersistent<InstrumentingAgents> m_instrumentingAgents; |
int m_timelineAgentId; |
}; |