Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Unified Diff: Source/modules/webmidi/MIDIOutputMap.idl

Issue 807263007: IDL: Add forEach() method to iterable<>/maplike<>/setlike<> interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: adjust test expectations Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/webmidi/MIDIInputMap.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>;
};
« no previous file with comments | « Source/modules/webmidi/MIDIInputMap.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698