| 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 d022840161e3118688dde394481985d03b38f27e..dcbe5fcb89c8e3348b7b7d9fc3ada88018cbd9b3 100644
|
| --- a/third_party/WebKit/Source/core/events/EventTarget.idl
|
| +++ b/third_party/WebKit/Source/core/events/EventTarget.idl
|
| @@ -24,7 +24,7 @@
|
| CheckSecurity=Receiver,
|
| Exposed=(Window,Worker)
|
| ] interface EventTarget {
|
| - [Custom] void addEventListener(DOMString type, EventListener? listener, optional (AddEventListenerOptions or boolean) options);
|
| - [Custom] void removeEventListener(DOMString type, EventListener? listener, optional (EventListenerOptions or boolean) options);
|
| + [Custom=(CallPrologue,CallEpilogue)] void addEventListener(DOMString type, EventListener? listener, optional (AddEventListenerOptions or boolean) options);
|
| + [Custom=(CallPrologue,CallEpilogue)] void removeEventListener(DOMString type, EventListener? listener, optional (EventListenerOptions or boolean) options);
|
| [ImplementedAs=dispatchEventForBindings, RaisesException] boolean dispatchEvent(Event event);
|
| };
|
|
|