| Index: third_party/WebKit/Source/core/events/EventDispatchMediator.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/EventDispatchMediator.cpp b/third_party/WebKit/Source/core/events/EventDispatchMediator.cpp
|
| index 7c6ea425016f8fe8bb458bddcfc4a161d900ede5..349887713a92d317e888e848c3fc467a812c5f91 100644
|
| --- a/third_party/WebKit/Source/core/events/EventDispatchMediator.cpp
|
| +++ b/third_party/WebKit/Source/core/events/EventDispatchMediator.cpp
|
| @@ -52,7 +52,7 @@ DEFINE_TRACE(EventDispatchMediator)
|
|
|
| DispatchEventResult EventDispatchMediator::dispatchEvent(EventDispatcher& dispatcher) const
|
| {
|
| - ASSERT(m_event.get() == &dispatcher.event());
|
| + DCHECK_EQ(m_event.get(), &dispatcher.event());
|
| return dispatcher.dispatch();
|
| }
|
|
|
|
|