| Index: Source/modules/mediastream/RTCStatsRequestImpl.h
|
| diff --git a/Source/modules/mediastream/RTCStatsRequestImpl.h b/Source/modules/mediastream/RTCStatsRequestImpl.h
|
| index 1ad1a363f0339f524a055327e5e9cfd711106387..4b5e58c71d2c3c6f892de951950540962369ebd6 100644
|
| --- a/Source/modules/mediastream/RTCStatsRequestImpl.h
|
| +++ b/Source/modules/mediastream/RTCStatsRequestImpl.h
|
| @@ -60,7 +60,7 @@
|
| void clear();
|
|
|
| OwnPtrWillBeMember<RTCStatsCallback> m_successCallback;
|
| - Member<MediaStreamComponent> m_component;
|
| + RefPtr<MediaStreamComponent> m_component;
|
| Member<RTCPeerConnection> m_requester;
|
| };
|
|
|
|
|