| Index: Source/modules/webmidi/MIDIAccess.cpp
|
| diff --git a/Source/modules/webmidi/MIDIAccess.cpp b/Source/modules/webmidi/MIDIAccess.cpp
|
| index 387993adb6d035df673882aa8fdd0a443a6040a5..8b45e928480b53c9c694fdd2e4b3d414242f0b2b 100644
|
| --- a/Source/modules/webmidi/MIDIAccess.cpp
|
| +++ b/Source/modules/webmidi/MIDIAccess.cpp
|
| @@ -82,8 +82,7 @@ void MIDIAccess::didAddInputPort(const String& id, const String& manufacturer, c
|
| {
|
| ASSERT(isMainThread());
|
|
|
| - // FIXME: Pass in |this| to create() method so we can filter system exclusive messages correctly.
|
| - m_inputs.append(MIDIInput::create(scriptExecutionContext(), id, manufacturer, name, version));
|
| + m_inputs.append(MIDIInput::create(this, scriptExecutionContext(), id, manufacturer, name, version));
|
| }
|
|
|
| void MIDIAccess::didAddOutputPort(const String& id, const String& manufacturer, const String& name, const String& version)
|
|
|