Index: modules/webmidi/MIDIMessageEvent.idl |
diff --git a/modules/webmidi/MIDIMessageEvent.idl b/modules/webmidi/MIDIMessageEvent.idl |
index 087079eceb366fdd2a1f9d234c455d6ed206d582..2145c0a7bb6e08311de31909d1538771db5aac38 100644 |
--- a/modules/webmidi/MIDIMessageEvent.idl |
+++ b/modules/webmidi/MIDIMessageEvent.idl |
@@ -31,8 +31,8 @@ |
// FIXME: The spec doesn't provide details about constructor, yet. |
// See also, https://github.com/WebAudio/web-midi-api/issues/1 . |
[ |
+ EventConstructor, |
RuntimeEnabled=WebMIDI, |
- ConstructorTemplate=Event |
] interface MIDIMessageEvent : Event { |
[InitializedByEventConstructor] readonly attribute double receivedTime; |
[InitializedByEventConstructor] readonly attribute Uint8Array data; |