| 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 8ce8b279b0b43ac841b5c8cbd38cefbbb0f2a413..d022840161e3118688dde394481985d03b38f27e 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 (EventListenerOptions or boolean) options);
|
| + [Custom] void addEventListener(DOMString type, EventListener? listener, optional (AddEventListenerOptions or boolean) options);
|
| [Custom] void removeEventListener(DOMString type, EventListener? listener, optional (EventListenerOptions or boolean) options);
|
| [ImplementedAs=dispatchEventForBindings, RaisesException] boolean dispatchEvent(Event event);
|
| };
|
|
|