Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(841)

Unified Diff: Source/core/events/EventListenerMap.h

Issue 928103002: Remove some unused functions in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: git cl try Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/editing/EditCommand.cpp ('k') | Source/core/events/EventListenerMap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventListenerMap.h
diff --git a/Source/core/events/EventListenerMap.h b/Source/core/events/EventListenerMap.h
index 2e8229db256e59074d7269151ce36a541545bd2f..9491cd63c4903ea46140bc4b99163593aa06698e 100644
--- a/Source/core/events/EventListenerMap.h
+++ b/Source/core/events/EventListenerMap.h
@@ -57,7 +57,6 @@ public:
EventListenerVector* find(const AtomicString& eventType);
Vector<AtomicString> eventTypes() const;
- void removeFirstEventListenerCreatedFromMarkup(const AtomicString& eventType);
void copyEventListenersNotCreatedFromMarkupToTarget(EventTarget*);
private:
@@ -75,7 +74,6 @@ private:
class EventListenerIterator {
WTF_MAKE_NONCOPYABLE(EventListenerIterator);
public:
- EventListenerIterator();
EventListenerIterator(EventTarget*);
#if ENABLE(ASSERT)
~EventListenerIterator();
« no previous file with comments | « Source/core/editing/EditCommand.cpp ('k') | Source/core/events/EventListenerMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698