| Index: Source/modules/webmidi/MIDIOutputMap.idl
|
| diff --git a/Source/modules/webmidi/MIDIOutputMap.idl b/Source/modules/webmidi/MIDIOutputMap.idl
|
| index b15a1a2437167a9546d50f760f80fde99e904486..c56cdea9a80c67fd5a2d1449ef5dd5ce9b5cf408 100644
|
| --- a/Source/modules/webmidi/MIDIOutputMap.idl
|
| +++ b/Source/modules/webmidi/MIDIOutputMap.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, MIDIOutput>;
|
| };
|
|
|