| Index: third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp
|
| index dfba82ddf8b9e16910718d2f7d4b878dbadfa63e..09581e7c017ad85841bc69ac1439a57d58a1ca1c 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp
|
| @@ -156,7 +156,7 @@ ExecutionContext* RTCDTMFSender::getExecutionContext() const {
|
| return ContextLifecycleObserver::getExecutionContext();
|
| }
|
|
|
| -void RTCDTMFSender::contextDestroyed() {
|
| +void RTCDTMFSender::contextDestroyed(ExecutionContext*) {
|
| m_stopped = true;
|
| m_handler->setClient(nullptr);
|
| }
|
|
|