| 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;
 | 
|  };
 | 
|  
 | 
| 
 |