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

Unified Diff: third_party/WebKit/Source/modules/webmidi/MIDIPort.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/webmidi/MIDIPort.cpp
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp b/third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp
index b36587e93d24a24ddd1049ed96893a9a9acf6f27..e1cfb14a1f518a8bdd00d0d560f0a05a1b523afe 100644
--- a/third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp
@@ -46,8 +46,7 @@ MIDIPort::MIDIPort(MIDIAccess* access,
TypeCode type,
const String& version,
PortState state)
- : ActiveScriptWrappable<MIDIPort>(this),
- SuspendableObject(access->getExecutionContext()),
+ : SuspendableObject(access->getExecutionContext()),
m_id(id),
m_manufacturer(manufacturer),
m_name(name),

Powered by Google App Engine
This is Rietveld 408576698