| Index: third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h b/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h
|
| index 01b791b851bf859cc350ce26abadeaa7703717d2..6ba6b4308e951c9d349bea59dae564a309c6b5dc 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h
|
| +++ b/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h
|
| @@ -203,7 +203,7 @@ private:
|
|
|
| OwnPtr<WebRTCPeerConnectionHandler> m_peerHandler;
|
|
|
| - AsyncMethodRunner<RTCPeerConnection> m_dispatchScheduledEventRunner;
|
| + Member<AsyncMethodRunner<RTCPeerConnection>> m_dispatchScheduledEventRunner;
|
| HeapVector<Member<EventWrapper>> m_scheduledEvents;
|
|
|
| bool m_stopped;
|
|
|