| Index: Source/modules/webmidi/MIDIPort.cpp
|
| diff --git a/Source/modules/webmidi/MIDIPort.cpp b/Source/modules/webmidi/MIDIPort.cpp
|
| index 83e5800179162fd4f781ec72734d06e65b025d4a..c6d587859f267883719afbfcd8e26b9418b10933 100644
|
| --- a/Source/modules/webmidi/MIDIPort.cpp
|
| +++ b/Source/modules/webmidi/MIDIPort.cpp
|
| @@ -49,6 +49,7 @@ MIDIPort::MIDIPort(ScriptExecutionContext* context, const String& id, const Stri
|
| , m_version(version)
|
| {
|
| ASSERT(type == MIDIPortTypeInput || type == MIDIPortTypeOutput);
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| MIDIPort::~MIDIPort()
|
|
|