| 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),
|
|
|