Chromium Code Reviews| Index: Source/modules/webmidi/MIDIErrorCallback.idl |
| diff --git a/Source/modules/webmidi/MIDIErrorCallback.idl b/Source/modules/webmidi/MIDIErrorCallback.idl |
| index 0591bf6715e14bf85426c3cfb82fc2aedf25918d..4cf530820cd66b8191b4bda4665d60e89ab166d0 100644 |
| --- a/Source/modules/webmidi/MIDIErrorCallback.idl |
| +++ b/Source/modules/webmidi/MIDIErrorCallback.idl |
| @@ -29,5 +29,5 @@ |
| */ |
| callback interface MIDIErrorCallback { |
| - boolean handleEvent(DOMError error); |
| + void handleEvent(DOMError error); |
| }; |