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