| Index: third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.cpp
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.cpp
|
| index 8548aada571ec84447ceceab0d5eb40bb21207c1..f0e1039dc91f5637dfd39910204106a66b8651a3 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.cpp
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.cpp
|
| @@ -83,7 +83,7 @@ void RTCSessionDescriptionRequestImpl::requestFailed(const String& error) {
|
| clear();
|
| }
|
|
|
| -void RTCSessionDescriptionRequestImpl::contextDestroyed() {
|
| +void RTCSessionDescriptionRequestImpl::contextDestroyed(ExecutionContext*) {
|
| clear();
|
| }
|
|
|
|
|