| Index: third_party/WebKit/Source/modules/mediastream/RTCStatsRequestImpl.h | 
| diff --git a/third_party/WebKit/Source/modules/mediastream/RTCStatsRequestImpl.h b/third_party/WebKit/Source/modules/mediastream/RTCStatsRequestImpl.h | 
| index 96007f74e15ca25dc20879d9139d9f0072330a54..41a9d564d3c848cd41913953048dff04ef6c1b86 100644 | 
| --- a/third_party/WebKit/Source/modules/mediastream/RTCStatsRequestImpl.h | 
| +++ b/third_party/WebKit/Source/modules/mediastream/RTCStatsRequestImpl.h | 
| @@ -61,7 +61,7 @@ | 
| void clear(); | 
|  | 
| Member<RTCStatsCallback> m_successCallback; | 
| -    Member<MediaStreamComponent> m_component; | 
| +    RefPtr<MediaStreamComponent> m_component; | 
| Member<RTCPeerConnection> m_requester; | 
| }; | 
|  | 
|  |