| 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 3e0c29b8093ad9ef9a29e9250a06b9396460f120..43b1348cd3e48ad600352c2e2aa644d73694b6f9 100644
|
| --- a/third_party/WebKit/Source/core/events/EventListenerMap.h
|
| +++ b/third_party/WebKit/Source/core/events/EventListenerMap.h
|
| @@ -62,8 +62,6 @@ public:
|
| EventListenerVector* find(const AtomicString& eventType);
|
| Vector<AtomicString> eventTypes() const;
|
|
|
| - void copyEventListenersNotCreatedFromMarkupToTarget(EventTarget*);
|
| -
|
| DECLARE_TRACE();
|
|
|
| private:
|
|
|