| Index: Source/modules/webmidi/MIDIInputMap.cpp
|
| diff --git a/Source/modules/webmidi/MIDIInputMap.cpp b/Source/modules/webmidi/MIDIInputMap.cpp
|
| index d5c80d853ec6f38017ed02d7be4ec49d0ae27ef3..663e2d4c72cb4b1959d32908b0eeab0fcf29b491 100644
|
| --- a/Source/modules/webmidi/MIDIInputMap.cpp
|
| +++ b/Source/modules/webmidi/MIDIInputMap.cpp
|
| @@ -13,7 +13,6 @@ namespace blink {
|
| MIDIInputMap::MIDIInputMap(const HeapHashMap<String, Member<MIDIInput> >map)
|
| : MIDIPortMap<MIDIInput>(map)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| ScriptValue MIDIInputMap::getForBinding(ScriptState* scriptState, const String& id)
|
|
|