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

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

Issue 920713002: Add Maplike<> utility mixin class for implementing maplike interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@idl-iterable-etc-typedefs
Patch Set: drop some includes Created 5 years, 10 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/MIDIOutputMap.cpp ('k') | Source/modules/webmidi/MIDIPortMap.h » ('j') | 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 c56cdea9a80c67fd5a2d1449ef5dd5ce9b5cf408..595c36b99ae54cb9a56c4673c13f306b78f127c6 100644
--- a/Source/modules/webmidi/MIDIOutputMap.idl
+++ b/Source/modules/webmidi/MIDIOutputMap.idl
@@ -10,8 +10,5 @@
GarbageCollected,
] interface MIDIOutputMap {
readonly attribute unsigned long size;
- // This function returns undefined if |!this->has(id)|.
- [ImplementedAs=getForBinding, CallWith=ScriptState] any get(DOMString id);
- boolean has(DOMString key);
readonly maplike<DOMString, MIDIOutput>;
};
« no previous file with comments | « Source/modules/webmidi/MIDIOutputMap.cpp ('k') | Source/modules/webmidi/MIDIPortMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698