| Index: third_party/WebKit/Source/core/events/EventSender.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventSender.h b/third_party/WebKit/Source/core/events/EventSender.h
|
| index 8dbe8b71c434a167ebfc5c2fddae761990753ed4..7ad00d75e9dd73ee65e1dfebd15297730a883710 100644
|
| --- a/third_party/WebKit/Source/core/events/EventSender.h
|
| +++ b/third_party/WebKit/Source/core/events/EventSender.h
|
| @@ -47,7 +47,7 @@ public:
|
| void cancelEvent(T*);
|
| void dispatchPendingEvents();
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| bool hasPendingEvents(T* sender) const
|
| {
|
| return m_dispatchSoonList.find(sender) != kNotFound || m_dispatchingList.find(sender) != kNotFound;
|
|
|