| Index: Source/core/dom/EventSender.h
|
| diff --git a/Source/core/dom/EventSender.h b/Source/core/dom/EventSender.h
|
| index d7389011346fd82017a2abac74aa60414b072620..51d4c78f6468896b5723626b6689e348e7ac33fe 100644
|
| --- a/Source/core/dom/EventSender.h
|
| +++ b/Source/core/dom/EventSender.h
|
| @@ -45,7 +45,7 @@ public:
|
| #ifndef NDEBUG
|
| bool hasPendingEvents(T* sender) const
|
| {
|
| - return m_dispatchSoonList.find(sender) != notFound || m_dispatchingList.find(sender) != notFound;
|
| + return m_dispatchSoonList.find(sender) != kNotFound || m_dispatchingList.find(sender) != kNotFound;
|
| }
|
| #endif
|
|
|
|
|