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

Unified Diff: Source/modules/webmidi/MIDIInputMap.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/fetch/Headers.idl ('k') | Source/modules/webmidi/MIDIOutputMap.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIInputMap.idl
diff --git a/Source/modules/webmidi/MIDIInputMap.idl b/Source/modules/webmidi/MIDIInputMap.idl
index e165c9925098524e027be14eb624928504694937..085196e09835e8688ba6b6f2f6792127654994e4 100644
--- a/Source/modules/webmidi/MIDIInputMap.idl
+++ b/Source/modules/webmidi/MIDIInputMap.idl
@@ -6,7 +6,6 @@
// callback ForEachCallback = void(DOMString id, MIDIInput port);
[
- Iterable,
NoInterfaceObject,
GarbageCollected,
] interface MIDIInputMap {
@@ -19,4 +18,5 @@
boolean has(DOMString key);
// FIXME: Implement forEach.
// void forEach (ForEachCallback callback);
+ readonly maplike<DOMString, MIDIInput>;
};
« no previous file with comments | « Source/modules/fetch/Headers.idl ('k') | Source/modules/webmidi/MIDIOutputMap.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698