| Index: third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
|
| index 7d71c1c45b53f6e7d417afb7c444bafefb72b56a..4dacc5f9e9d4d1dd14a77fd496e14d83d403f6db 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
|
| @@ -107,7 +107,7 @@ class MODULES_EXPORT RTCDataChannel final
|
| // SuspendableObject
|
| void suspend() override;
|
| void resume() override;
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| // ScriptWrappable
|
| bool hasPendingActivity() const override;
|
|
|