| Index: third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.h
|
| diff --git a/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.h b/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.h
|
| index f12d5a51c52bebb36afa2db5cb9b50de591b7a3c..9a33e65c1ff7c267db79b06e0a0280fbd94e4556 100644
|
| --- a/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.h
|
| +++ b/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.h
|
| @@ -46,7 +46,7 @@ class BroadcastChannel final : public EventTargetWithInlineData,
|
| bool hasPendingActivity() const override;
|
|
|
| // ContextLifecycleObserver:
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|