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

Unified Diff: third_party/WebKit/Source/modules/webmidi/MIDIInputMap.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/MIDIInputMap.idl
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIInputMap.idl b/third_party/WebKit/Source/modules/webmidi/MIDIInputMap.idl
index 3386fb36a75ae0e22a3c5bab23c08b39b5bf6308..6c0f263cdb75cacbe8acc7366eabf13c66336956 100644
--- a/third_party/WebKit/Source/modules/webmidi/MIDIInputMap.idl
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIInputMap.idl
@@ -5,6 +5,5 @@
// https://webaudio.github.io/web-midi-api/#MIDIInput
interface MIDIInputMap {
- readonly attribute unsigned long size;
readonly maplike<DOMString, MIDIInput>;
};

Powered by Google App Engine
This is Rietveld 408576698