Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webmidi / NavigatorWebMIDI.idl
index 6a275d5..a95d5a3 100644 (file)
@@ -31,5 +31,5 @@
 [
     RuntimeEnabled=WebMIDI,
 ] partial interface Navigator {
-    [CallWith=ScriptState] Promise requestMIDIAccess(optional Dictionary options);
+    [CallWith=ScriptState] Promise requestMIDIAccess(optional MIDIOptions options);
 };