| Index: third_party/WebKit/Source/modules/webmidi/MIDIInputMap.idl
 | 
| diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIInputMap.idl b/third_party/WebKit/Source/modules/webmidi/MIDIInputMap.idl
 | 
| index 86ff1241f501f6f38b6fb0c8fff2f6f26030bc08..2d4a3c774ab6745f8e7f1f25cc6e840cb700cddc 100644
 | 
| --- a/third_party/WebKit/Source/modules/webmidi/MIDIInputMap.idl
 | 
| +++ b/third_party/WebKit/Source/modules/webmidi/MIDIInputMap.idl
 | 
| @@ -6,7 +6,6 @@
 | 
|  // callback ForEachCallback = void(DOMString id, MIDIInput port);
 | 
|  
 | 
|  [
 | 
| -    GarbageCollected,
 | 
|  ] interface MIDIInputMap {
 | 
|      readonly attribute unsigned long size;
 | 
|      readonly maplike<DOMString, MIDIInput>;
 | 
| 
 |