| 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 7089442d1ed47dc3608e460e45d35403e0ac90fc..f7a399ec3cb758b8c67d39c61225bdf9dc3d3b45 100644
|
| --- a/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp
|
| +++ b/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp
|
| @@ -125,7 +125,7 @@ void BroadcastChannel::onError() {
|
|
|
| BroadcastChannel::BroadcastChannel(ExecutionContext* executionContext,
|
| const String& name)
|
| - : ActiveScriptWrappable<BroadcastChannel>(this),
|
| + : ActiveScriptWrappable(),
|
| ContextLifecycleObserver(executionContext),
|
| m_origin(executionContext->getSecurityOrigin()),
|
| m_name(name),
|
|
|