Index: third_party/WebKit/Source/modules/webmidi/MIDIMessageEvent.idl |
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIMessageEvent.idl b/third_party/WebKit/Source/modules/webmidi/MIDIMessageEvent.idl |
index 7fbd0f6ba277ef15dd0599cead16daac4cf00d15..24ff004031d75b4eff8257f113e621667aa87337 100644 |
--- a/third_party/WebKit/Source/modules/webmidi/MIDIMessageEvent.idl |
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIMessageEvent.idl |
@@ -29,13 +29,9 @@ |
*/ |
// http://webaudio.github.io/web-midi-api/#idl-def-MIDIMessageEvent |
- |
-// TODO(toyoshim): Remove ConstructorCallWith=ExecutionContext and receivedTime. |
tkent
2016/11/14 04:07:29
The TODO is still valid for ConstructorCallWith=Ex
Takashi Toyoshima
2016/11/14 04:55:12
Thanks, I forgot it.
I just dropped ConstructorCal
|
-// See https://github.com/WebAudio/web-midi-api/issues/145 and crbug.com/599335. |
[ |
Constructor(DOMString type, optional MIDIMessageEventInit eventInitDict), |
ConstructorCallWith=ExecutionContext, |
] interface MIDIMessageEvent : Event { |
- [DeprecateAs=MIDIMessageEventReceivedTime] readonly attribute double receivedTime; |
readonly attribute Uint8Array data; |
}; |