| Index: Source/modules/webmidi/MIDIPort.idl
|
| diff --git a/Source/modules/webmidi/MIDIPort.idl b/Source/modules/webmidi/MIDIPort.idl
|
| index 902c825502541607f5a8e5079c002e7a344a142f..1633e2fdd098979ef1be11e5ce87f3687d82e138 100644
|
| --- a/Source/modules/webmidi/MIDIPort.idl
|
| +++ b/Source/modules/webmidi/MIDIPort.idl
|
| @@ -43,5 +43,5 @@ enum MIDIPortType {
|
| readonly attribute MIDIPortType type;
|
| readonly attribute DOMString version;
|
|
|
| - attribute EventHandler ondisconnect;
|
| + attribute EventHandler onstatechange;
|
| };
|
|
|