| Index: Source/modules/webmidi/MIDIConnectionEvent.idl
|
| diff --git a/Source/modules/donottrack/NavigatorDoNotTrack.idl b/Source/modules/webmidi/MIDIConnectionEvent.idl
|
| similarity index 91%
|
| copy from Source/modules/donottrack/NavigatorDoNotTrack.idl
|
| copy to Source/modules/webmidi/MIDIConnectionEvent.idl
|
| index 1fe0b8a79ffe0049b47c5076338771acf6f8f5f8..3946564c26eb9e56b31ddde00e9a1b842281b772 100644
|
| --- a/Source/modules/donottrack/NavigatorDoNotTrack.idl
|
| +++ b/Source/modules/webmidi/MIDIConnectionEvent.idl
|
| @@ -29,8 +29,7 @@
|
| */
|
|
|
| [
|
| - Supplemental=Navigator
|
| -] interface NavigatorDoNotTrack {
|
| - [TreatReturnedNullStringAs=Null] readonly attribute DOMString doNotTrack;
|
| + ConstructorTemplate=Event
|
| +] interface MIDIConnectionEvent : Event {
|
| + [InitializedByEventConstructor] readonly attribute MIDIPort port;
|
| };
|
| -
|
|
|