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