| Index: Source/core/dom/EventListenerMap.h
|
| diff --git a/Source/core/dom/EventListenerMap.h b/Source/core/dom/EventListenerMap.h
|
| index 052018a982bed9c25e7953cb1a4f523a0f74b10e..39ae2b33ed6001641864c18bb2830189a3d9ecdd 100644
|
| --- a/Source/core/dom/EventListenerMap.h
|
| +++ b/Source/core/dom/EventListenerMap.h
|
| @@ -50,6 +50,7 @@ public:
|
|
|
| bool isEmpty() const { return m_entries.isEmpty(); }
|
| bool contains(const AtomicString& eventType) const;
|
| + bool containsCapturing(const AtomicString& eventType) const;
|
|
|
| void clear();
|
| bool add(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture);
|
|
|