| Index: Source/modules/webmidi/NavigatorMIDIAccess.idl
|
| diff --git a/Source/modules/donottrack/NavigatorDoNotTrack.idl b/Source/modules/webmidi/NavigatorMIDIAccess.idl
|
| similarity index 93%
|
| copy from Source/modules/donottrack/NavigatorDoNotTrack.idl
|
| copy to Source/modules/webmidi/NavigatorMIDIAccess.idl
|
| index f1626bff1296cf516442d030b7723b1a4a7c9716..59559c5735a55a15d86ac1c8f2f1149ad25a5336 100644
|
| --- a/Source/modules/donottrack/NavigatorDoNotTrack.idl
|
| +++ b/Source/modules/webmidi/NavigatorMIDIAccess.idl
|
| @@ -29,6 +29,7 @@
|
| */
|
|
|
| partial interface Navigator {
|
| - [TreatReturnedNullStringAs=Null] readonly attribute DOMString doNotTrack;
|
| + // Should this be EnabledAtRuntime=???
|
| + MIDIAccessFuture requestMIDIAccess(/* optional MIDIOptions options */);
|
| };
|
|
|
|
|