| Index: Source/modules/webmidi/MIDIInput.cpp
|
| diff --git a/Source/modules/webmidi/MIDIInput.cpp b/Source/modules/webmidi/MIDIInput.cpp
|
| index 36a1edcddf6cab63d95f97ff0dcf91ce7a219208..606d21c3cf41cdd1a59d310897208530fa5939e7 100644
|
| --- a/Source/modules/webmidi/MIDIInput.cpp
|
| +++ b/Source/modules/webmidi/MIDIInput.cpp
|
| @@ -41,6 +41,7 @@ PassRefPtr<MIDIInput> MIDIInput::create(ScriptExecutionContext* context, const S
|
| MIDIInput::MIDIInput(ScriptExecutionContext* context, const String& id, const String& manufacturer, const String& name, const String& version)
|
| : MIDIPort(context, id, manufacturer, name, MIDIPortTypeInput, version)
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| } // namespace WebCore
|
|
|