Index: Source/core/inspector/InspectorInstrumentation.h |
diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h |
index d4519e691bf4c763a410c3ae42c286d543816bdd..8390e3404931462a8a1adc333387dc5bf2c81607 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; |
}; |