| Index: third_party/WebKit/Source/core/events/EventListenerMap.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventListenerMap.h b/third_party/WebKit/Source/core/events/EventListenerMap.h
|
| index 625358e2663dbd9a9afffaa067e6f4fe7a7437df..ca49ce29269df7492a3d3c5925eca3be432e6af2 100644
|
| --- a/third_party/WebKit/Source/core/events/EventListenerMap.h
|
| +++ b/third_party/WebKit/Source/core/events/EventListenerMap.h
|
| @@ -70,6 +70,8 @@ class CORE_EXPORT EventListenerMap {
|
| EventListenerVector* find(const AtomicString& eventType);
|
| Vector<AtomicString> eventTypes() const;
|
|
|
| + void copyEventListenersNotCreatedFromMarkupToTarget(EventTarget*);
|
| +
|
| DECLARE_TRACE();
|
|
|
| private:
|
|
|