| Index: Source/modules/webmidi/MIDISuccessCallback.idl
|
| diff --git a/Source/modules/webmidi/MIDISuccessCallback.idl b/Source/modules/webmidi/MIDISuccessCallback.idl
|
| index d2976e8dcce63d785c539a13253f3a2910a5cb72..2c67f7217c4b5cdd36070c45a6812813bd3f4c43 100644
|
| --- a/Source/modules/webmidi/MIDISuccessCallback.idl
|
| +++ b/Source/modules/webmidi/MIDISuccessCallback.idl
|
| @@ -29,8 +29,5 @@
|
| */
|
|
|
| callback interface MIDISuccessCallback {
|
| - // FIXME: The second argument should be Dictionary, but IDL generator
|
| - // can not handle Dictionary as a handleEvent argument correctly now.
|
| - // http://crbug.com/246161
|
| - boolean handleEvent(MIDIAccess access, boolean sysexEnabled);
|
| + boolean handleEvent(MIDIAccess access);
|
| };
|
|
|