| 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..2b2ddce6ceae728842c150a78df2f160d67d0349 100644
|
| --- a/third_party/WebKit/Source/core/events/EventListenerMap.h
|
| +++ b/third_party/WebKit/Source/core/events/EventListenerMap.h
|
| @@ -56,6 +56,7 @@ class CORE_EXPORT EventListenerMap {
|
| bool isEmpty() const { return m_entries.isEmpty(); }
|
| bool contains(const AtomicString& eventType) const;
|
| bool containsCapturing(const AtomicString& eventType) const;
|
| + bool containsBlocking(const AtomicString& eventType) const;
|
|
|
| void clear();
|
| bool add(const AtomicString& eventType,
|
|
|