Index: Source/modules/webmidi/MIDIInputMap.idl |
diff --git a/Source/modules/webmidi/MIDIInputMap.idl b/Source/modules/webmidi/MIDIInputMap.idl |
index 085196e09835e8688ba6b6f2f6792127654994e4..b754935e00579c92569158f0d35d2ac76d0a1534 100644 |
--- a/Source/modules/webmidi/MIDIInputMap.idl |
+++ b/Source/modules/webmidi/MIDIInputMap.idl |
@@ -10,9 +10,6 @@ |
GarbageCollected, |
] interface MIDIInputMap { |
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); |