| Index: third_party/WebKit/Source/core/events/EventTarget.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventTarget.h b/third_party/WebKit/Source/core/events/EventTarget.h
|
| index 5b695d294a3e96084e87d32e60bb8a2f8fed648a..56b05446fe18983ecfe9958d116b42021dbec197 100644
|
| --- a/third_party/WebKit/Source/core/events/EventTarget.h
|
| +++ b/third_party/WebKit/Source/core/events/EventTarget.h
|
| @@ -172,7 +172,7 @@ protected:
|
|
|
| private:
|
| LocalDOMWindow* executingWindow();
|
| - void setDefaultAddEventListenerOptions(AddEventListenerOptions&);
|
| + void setDefaultAddEventListenerOptions(const AtomicString& eventType, AddEventListenerOptions&);
|
| bool fireEventListeners(Event*, EventTargetData*, EventListenerVector&);
|
| void countLegacyEvents(const AtomicString& legacyTypeName, EventListenerVector*, EventListenerVector*);
|
|
|
|
|