Index: modules/webmidi/MIDIConnectionEventInit.idl |
diff --git a/core/html/HTMLPictureElement.idl b/modules/webmidi/MIDIConnectionEventInit.idl |
similarity index 54% |
copy from core/html/HTMLPictureElement.idl |
copy to modules/webmidi/MIDIConnectionEventInit.idl |
index 649316cb8a1be19e29c17f14bfbc5b6e10397164..3e539cefb928b7904808eff9822c9d42eac5402b 100644 |
--- a/core/html/HTMLPictureElement.idl |
+++ b/modules/webmidi/MIDIConnectionEventInit.idl |
@@ -2,9 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// http://picture.responsiveimages.org |
-[ |
- RuntimeEnabled=Picture |
-] interface HTMLPictureElement : HTMLElement { |
-}; |
+// http://webaudio.github.io/web-midi-api/#idl-def-MIDIConnectionEventInit |
+dictionary MIDIConnectionEventInit : EventInit { |
+ MIDIPort port; |
+}; |