| Index: Source/modules/webmidi/MIDIOutputMap.idl
|
| diff --git a/Source/modules/webmidi/MIDIOutputMap.idl b/Source/modules/webmidi/MIDIOutputMap.idl
|
| index d2e9aa12e039c0ccda965ed419fabc67c097d747..b15a1a2437167a9546d50f760f80fde99e904486 100644
|
| --- a/Source/modules/webmidi/MIDIOutputMap.idl
|
| +++ b/Source/modules/webmidi/MIDIOutputMap.idl
|
| @@ -10,9 +10,6 @@
|
| GarbageCollected,
|
| ] interface MIDIOutputMap {
|
| readonly attribute unsigned long size;
|
| - Iterator keys();
|
| - Iterator entries();
|
| - Iterator values();
|
| // This function returns undefined if |!this->has(id)|.
|
| [ImplementedAs=getForBinding, CallWith=ScriptState] any get(DOMString id);
|
| boolean has(DOMString key);
|
|
|