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

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

Issue 862633002: IDL: Add keys()/values()/entries() to maplike<>/setlike<> interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased 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/bindings/tests/results/core/V8TestObject.cpp ('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 085196e09835e8688ba6b6f2f6792127654994e4..b754935e00579c92569158f0d35d2ac76d0a1534 100644
--- a/Source/modules/webmidi/MIDIInputMap.idl
+++ b/Source/modules/webmidi/MIDIInputMap.idl
@@ -10,9 +10,6 @@
GarbageCollected,
] interface MIDIInputMap {
readonly attribute unsigned long size;
- Iterator keys();
- Iterator entries();
- Iterator values();
// This function returns undefined if |!this->has(id)|.
[ImplementedAs=getForBinding, CallWith=ScriptState] any get(DOMString id);
boolean has(DOMString key);
« no previous file with comments | « Source/bindings/tests/results/core/V8TestObject.cpp ('k') | Source/modules/webmidi/MIDIOutputMap.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698