| Index: Source/modules/webmidi/MIDIOutput.cpp
|
| diff --git a/Source/modules/webmidi/MIDIOutput.cpp b/Source/modules/webmidi/MIDIOutput.cpp
|
| index 32cafa3e9a8e7fc6eba3c84d3b4b4d4ef763d524..2046fa62b60ea4a73b9aa311df633367cf7a6a7d 100644
|
| --- a/Source/modules/webmidi/MIDIOutput.cpp
|
| +++ b/Source/modules/webmidi/MIDIOutput.cpp
|
| @@ -198,7 +198,7 @@ void MIDIOutput::send(Uint8Array* array, double timestamp, ExceptionState& excep
|
| if (!array)
|
| return;
|
|
|
| - if (MessageValidator::validate(array, exceptionState, midiAccess()->sysExEnabled()))
|
| + if (MessageValidator::validate(array, exceptionState, midiAccess()->sysexEnabled()))
|
| midiAccess()->sendMIDIData(m_portIndex, array->data(), array->length(), timestamp);
|
| }
|
|
|
|
|