| 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 b17db3f6d626bb48f82fe7683f81c66501e536ea..7543ea35bd6120acfbbb80a0377c9950d1a08afb 100644
|
| --- a/third_party/WebKit/Source/core/events/EventTarget.idl
|
| +++ b/third_party/WebKit/Source/core/events/EventTarget.idl
|
| @@ -22,7 +22,7 @@
|
|
|
| [
|
| CheckSecurity=Receiver,
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| Exposed=(Window,Worker)
|
| ] interface EventTarget {
|
| [Custom] void addEventListener(DOMString type, EventListener? listener, optional (EventListenerOptions or boolean) options);
|
|
|