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

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

Issue 841973002: IDL: Support iterable<>, maplike<> and setlike<> syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 eec7a882b7bbb81bb0c62a10977b532777e11de2..d2e9aa12e039c0ccda965ed419fabc67c097d747 100644
--- a/Source/modules/webmidi/MIDIOutputMap.idl
+++ b/Source/modules/webmidi/MIDIOutputMap.idl
@@ -6,7 +6,6 @@
// callback ForEachCallback = void(DOMString id, MIDIOutput port);
[
- Iterable,
NoInterfaceObject,
GarbageCollected,
] interface MIDIOutputMap {
@@ -19,4 +18,5 @@
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