Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(830)

Unified Diff: third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp

Issue 2578193004: Remove ActiveScriptWrappableBase::m_scriptWrappable (Closed)
Patch Set: temp Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..707da82eaffb1871c5ef9689e14df3db8c73863f 100644
--- a/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp
+++ b/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp
@@ -125,8 +125,7 @@ void BroadcastChannel::onError() {
BroadcastChannel::BroadcastChannel(ExecutionContext* executionContext,
const String& name)
- : ActiveScriptWrappable<BroadcastChannel>(this),
- ContextLifecycleObserver(executionContext),
+ : ContextLifecycleObserver(executionContext),
m_origin(executionContext->getSecurityOrigin()),
m_name(name),
m_binding(this) {

Powered by Google App Engine
This is Rietveld 408576698