| Index: Source/modules/webmidi/MIDIPort.cpp
|
| diff --git a/Source/modules/webmidi/MIDIPort.cpp b/Source/modules/webmidi/MIDIPort.cpp
|
| index 6bf51df53ba0eadfa9e683477ba317fe6dd27128..622811e13401d40c28505bab19f7eecea059b5f3 100644
|
| --- a/Source/modules/webmidi/MIDIPort.cpp
|
| +++ b/Source/modules/webmidi/MIDIPort.cpp
|
| @@ -45,7 +45,6 @@ MIDIPort::MIDIPort(MIDIAccess* access, const String& id, const String& manufactu
|
| {
|
| ASSERT(access);
|
| ASSERT(type == MIDIPortTypeInput || type == MIDIPortTypeOutput);
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| String MIDIPort::type() const
|
|
|