Index: modules/webmidi/MIDIConnectionEvent.idl |
diff --git a/modules/webmidi/MIDIConnectionEvent.idl b/modules/webmidi/MIDIConnectionEvent.idl |
index b53a633dc822d63010ad24f63fd94d4ca80048dc..73a77a3ef71793fc270aa9e92e153c20784f008c 100644 |
--- a/modules/webmidi/MIDIConnectionEvent.idl |
+++ b/modules/webmidi/MIDIConnectionEvent.idl |
@@ -28,9 +28,10 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://webaudio.github.io/web-midi-api/#idl-def-MIDIConnectionEvent |
+ |
[ |
- EventConstructor, |
- RuntimeEnabled=WebMIDI, |
+ Constructor(DOMString type, optional MIDIConnectionEventInit eventInitDict), |
] interface MIDIConnectionEvent : Event { |
- [InitializedByEventConstructor] readonly attribute MIDIPort port; |
+ readonly attribute MIDIPort port; |
}; |