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