| Index: third_party/WebKit/Source/core/events/EventTarget.idl
 | 
| diff --git a/third_party/WebKit/Source/core/events/EventTarget.idl b/third_party/WebKit/Source/core/events/EventTarget.idl
 | 
| index 7543ea35bd6120acfbbb80a0377c9950d1a08afb..8ce8b279b0b43ac841b5c8cbd38cefbbb0f2a413 100644
 | 
| --- a/third_party/WebKit/Source/core/events/EventTarget.idl
 | 
| +++ b/third_party/WebKit/Source/core/events/EventTarget.idl
 | 
| @@ -22,7 +22,6 @@
 | 
|  
 | 
|  [
 | 
|      CheckSecurity=Receiver,
 | 
| -    GarbageCollected,
 | 
|      Exposed=(Window,Worker)
 | 
|  ] interface EventTarget {
 | 
|      [Custom] void addEventListener(DOMString type, EventListener? listener, optional (EventListenerOptions or boolean) options);
 | 
| 
 |