| Index: third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp
|
| diff --git a/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp b/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp
|
| index 03063fa4c2af224d47c96f3b1429c5d7b4f38c5d..a90e01e521d63c96439403437c083844c7698374 100644
|
| --- a/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp
|
| +++ b/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp
|
| @@ -95,7 +95,7 @@ bool BroadcastChannel::hasPendingActivity() const {
|
| return m_binding.is_bound() && hasEventListeners(EventTypeNames::message);
|
| }
|
|
|
| -void BroadcastChannel::contextDestroyed() {
|
| +void BroadcastChannel::contextDestroyed(ExecutionContext*) {
|
| close();
|
| }
|
|
|
|
|