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

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

Issue 962163002: Add [TypeChecking=Unrestricted] to MIDIMessageEventInit (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIMessageEventInit.idl
diff --git a/Source/modules/webmidi/MIDIMessageEventInit.idl b/Source/modules/webmidi/MIDIMessageEventInit.idl
index 4c9e046af180f007f955918b84867ad961cc7dc3..6228e5fc5f140c946aa1e872a60f270273a43047 100644
--- a/Source/modules/webmidi/MIDIMessageEventInit.idl
+++ b/Source/modules/webmidi/MIDIMessageEventInit.idl
@@ -4,7 +4,9 @@
// http://webaudio.github.io/web-midi-api/#idl-def-MIDIMessageEventInit
-dictionary MIDIMessageEventInit : EventInit {
+[
+ TypeChecking=Unrestricted,
+] dictionary MIDIMessageEventInit : EventInit {
double receivedTime;
Uint8Array data;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698