| Index: modules/webmidi/NavigatorWebMIDI.idl
|
| diff --git a/modules/webmidi/NavigatorWebMIDI.idl b/modules/webmidi/NavigatorWebMIDI.idl
|
| index a1e4ed051b3de3e78e73091a4f7c919ee605bb39..e8ad27d70b04a841fafc5f1c66da47aeaf3a8c35 100644
|
| --- a/modules/webmidi/NavigatorWebMIDI.idl
|
| +++ b/modules/webmidi/NavigatorWebMIDI.idl
|
| @@ -29,5 +29,5 @@
|
| */
|
|
|
| partial interface Navigator {
|
| - [EnabledAtRuntime=WebMIDI] MIDIAccessPromise requestMIDIAccess(optional Dictionary options);
|
| + [RuntimeEnabled=WebMIDI] MIDIAccessPromise requestMIDIAccess(optional Dictionary options);
|
| };
|
|
|