Chromium Code Reviews| Index: Source/modules/webmidi/MIDIOptions.idl |
| diff --git a/Source/modules/webmidi/MIDIOptions.idl b/Source/modules/webmidi/MIDIOptions.idl |
| index 447e6cd464b5852dad136f1004b53ed490145511..4be1426d9f529d3e14df27e33f52e9561e85553c 100644 |
| --- a/Source/modules/webmidi/MIDIOptions.idl |
| +++ b/Source/modules/webmidi/MIDIOptions.idl |
| @@ -4,8 +4,6 @@ |
| // http://www.w3.org/TR/webmidi/#midioptions-dictionary |
| -[ |
| - GarbageCollected |
| -] dictionary MIDIOptions { |
| +dictionary MIDIOptions { |
| boolean sysex; |
| }; |