| Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| index 746fba4a85a6aedacb6430be5e8b928a181ee0cc..8bdce5b05a5946fd3c72dd6bd10d453f5543b610 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| @@ -189,7 +189,7 @@ class RTCPeerConnection final : public EventTargetWithInlineData,
|
| // SuspendableObject
|
| void suspend() override;
|
| void resume() override;
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| // ScriptWrappable
|
| // We keep the this object alive until either stopped or closed.
|
|
|