Index: modules/webmidi/MIDIAccess.idl |
diff --git a/modules/webmidi/MIDIAccess.idl b/modules/webmidi/MIDIAccess.idl |
index 19c18c680ee6368ef06975c37659d0e8afcf3d1a..a65381dfb75c23a3e612c5af5ae73b4bda016492 100644 |
--- a/modules/webmidi/MIDIAccess.idl |
+++ b/modules/webmidi/MIDIAccess.idl |
@@ -29,14 +29,12 @@ |
*/ |
[ |
- NoInterfaceObject, |
- ActiveDOMObject |
+ ActiveDOMObject, |
] interface MIDIAccess : EventTarget { |
readonly attribute MIDIInputMap inputs; |
readonly attribute MIDIOutputMap outputs; |
readonly attribute boolean sysexEnabled; |
- attribute EventHandler onconnect; |
- attribute EventHandler ondisconnect; |
+ attribute EventHandler onstatechange; |
}; |