Index: Source/modules/webmidi/MIDIInputMap.idl |
diff --git a/Source/modules/webmidi/MIDIInputMap.idl b/Source/modules/webmidi/MIDIInputMap.idl |
index b754935e00579c92569158f0d35d2ac76d0a1534..fdbe87508909c1832d73fd2dbec154ab39e526eb 100644 |
--- a/Source/modules/webmidi/MIDIInputMap.idl |
+++ b/Source/modules/webmidi/MIDIInputMap.idl |
@@ -13,7 +13,5 @@ |
// This function returns undefined if |!this->has(id)|. |
[ImplementedAs=getForBinding, CallWith=ScriptState] any get(DOMString id); |
boolean has(DOMString key); |
- // FIXME: Implement forEach. |
- // void forEach (ForEachCallback callback); |
readonly maplike<DOMString, MIDIInput>; |
}; |