| Index: modules/webmidi/NavigatorWebMIDI.idl
|
| diff --git a/modules/webmidi/NavigatorWebMIDI.idl b/modules/webmidi/NavigatorWebMIDI.idl
|
| index 6a275d5b26f621e546bf2cb9322d3e52a99b63d1..d391e293034ea5f896f11b9b01627098e8ebcf51 100644
|
| --- a/modules/webmidi/NavigatorWebMIDI.idl
|
| +++ b/modules/webmidi/NavigatorWebMIDI.idl
|
| @@ -31,5 +31,6 @@
|
| [
|
| RuntimeEnabled=WebMIDI,
|
| ] partial interface Navigator {
|
| - [CallWith=ScriptState] Promise requestMIDIAccess(optional Dictionary options);
|
| + // FIXMEDART: Remove the DartSuppress once Dart support Blink Promises.
|
| + [CallWith=ScriptState, DartSuppress] Promise requestMIDIAccess(optional Dictionary options);
|
| };
|
|
|