| Index: third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp
|
| index 4f94221773806384e0988ca60f20703f9e06569f..890202a3a1607bec4574325ca44ebadb009c925d 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp
|
| @@ -307,7 +307,7 @@ void RTCDataChannel::resume() {
|
| m_scheduledEventTimer.startOneShot(0, BLINK_FROM_HERE);
|
| }
|
|
|
| -void RTCDataChannel::contextDestroyed() {
|
| +void RTCDataChannel::contextDestroyed(ExecutionContext*) {
|
| if (m_stopped)
|
| return;
|
|
|
|
|