Chromium Code Reviews| Index: Source/modules/webmidi/MIDIInput.idl |
| diff --git a/Source/modules/webmidi/MIDIInput.idl b/Source/modules/webmidi/MIDIInput.idl |
| index 4bf7e8f0e32396c11c87acde1d501a8dcfd541f0..7b3e43888e0124ba96233d7310f60f06ad93d2b1 100644 |
| --- a/Source/modules/webmidi/MIDIInput.idl |
| +++ b/Source/modules/webmidi/MIDIInput.idl |
| @@ -32,5 +32,5 @@ |
| NoInterfaceObject, |
| ActiveDOMObject |
| ] interface MIDIInput : MIDIPort { |
| - attribute EventListener onmidimessage; |
| + attribute EventHandler onmidimessage; |
| }; |