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