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