| 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 eba60f838d4ac57a7701b3642978b01062bd2a4d..cac244aa2ba4bd917ee485c518e60b8f9de328cc 100644
|
| --- a/third_party/WebKit/Source/core/events/EventTarget.h
|
| +++ b/third_party/WebKit/Source/core/events/EventTarget.h
|
| @@ -171,6 +171,7 @@ protected:
|
|
|
| private:
|
| LocalDOMWindow* executingWindow();
|
| + void setDefaultAddEventListenerOptions(AddEventListenerOptions&);
|
| void fireEventListeners(Event*, EventTargetData*, EventListenerVector&);
|
| void countLegacyEvents(const AtomicString& legacyTypeName, EventListenerVector*, EventListenerVector*);
|
|
|
|
|