| Index: third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.h
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.h b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.h
|
| index 2b3044d413fbeeb41a5acce64de9b2e22a049bfd..b0dfdf2d7e40ff727c595be83e516c029981ec43 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.h
|
| @@ -60,7 +60,7 @@ class RTCSessionDescriptionRequestImpl final
|
| void requestFailed(const String& error) override;
|
|
|
| // ContextLifecycleObserver
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|