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

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

Issue 2489033005: Web MIDI: deprecate MIDIMessageEvent.receivedTime (Closed)
Patch Set: expectation for virtual Created 4 years, 1 month 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 | « third_party/WebKit/Source/modules/webmidi/MIDIMessageEvent.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webmidi/MIDIMessageEventInit.idl
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIMessageEventInit.idl b/third_party/WebKit/Source/modules/webmidi/MIDIMessageEventInit.idl
index 0115f67083ab3dd5d9230050545a0ef6d427aed7..5c49cdc0b77c9b989ab6e25420b963e6ff802b39 100644
--- a/third_party/WebKit/Source/modules/webmidi/MIDIMessageEventInit.idl
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIMessageEventInit.idl
@@ -5,7 +5,6 @@
// http://webaudio.github.io/web-midi-api/#idl-def-MIDIMessageEventInit
dictionary MIDIMessageEventInit : EventInit {
- double receivedTime;
// TODO(foolip): |data| should be required and not nullable.
// https://crbug.com/647693
// https://github.com/WebAudio/web-midi-api/issues/168
« no previous file with comments | « third_party/WebKit/Source/modules/webmidi/MIDIMessageEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698