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

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

Issue 2813023002: [Bindings] Make maplike<> and setlike<> imply a readonly size attribute. (Closed)
Patch Set: merge with 23752147e6f5f7dcaf4bad1bb1c306fb91e1ec5b Created 3 years, 8 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
Index: third_party/WebKit/Source/modules/webmidi/MIDIOutputMap.idl
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIOutputMap.idl b/third_party/WebKit/Source/modules/webmidi/MIDIOutputMap.idl
index 2aeac1a7ffaf3ad01272b11904ddf08526f5ad56..63edbaf7da5dbd134c6434015c33ceeb7afc273b 100644
--- a/third_party/WebKit/Source/modules/webmidi/MIDIOutputMap.idl
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIOutputMap.idl
@@ -5,6 +5,5 @@
// https://webaudio.github.io/web-midi-api/#MIDIOutputMap
interface MIDIOutputMap {
- readonly attribute unsigned long size;
readonly maplike<DOMString, MIDIOutput>;
};
« no previous file with comments | « third_party/WebKit/Source/modules/webmidi/MIDIInputMap.idl ('k') | third_party/WebKit/public/platform/WebRTCStats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698