| Index: Source/modules/webmidi/MIDIInputMap.idl
|
| diff --git a/Source/modules/webmidi/MIDIInputMap.idl b/Source/modules/webmidi/MIDIInputMap.idl
|
| index e165c9925098524e027be14eb624928504694937..085196e09835e8688ba6b6f2f6792127654994e4 100644
|
| --- a/Source/modules/webmidi/MIDIInputMap.idl
|
| +++ b/Source/modules/webmidi/MIDIInputMap.idl
|
| @@ -6,7 +6,6 @@
|
| // callback ForEachCallback = void(DOMString id, MIDIInput port);
|
|
|
| [
|
| - Iterable,
|
| NoInterfaceObject,
|
| GarbageCollected,
|
| ] interface MIDIInputMap {
|
| @@ -19,4 +18,5 @@
|
| boolean has(DOMString key);
|
| // FIXME: Implement forEach.
|
| // void forEach (ForEachCallback callback);
|
| + readonly maplike<DOMString, MIDIInput>;
|
| };
|
|
|