| Index: third_party/WebKit/Source/core/events/Event.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/Event.cpp b/third_party/WebKit/Source/core/events/Event.cpp
|
| index 77fe19aa8353f3da3c207cc402182decc9b0361c..a66885174e79b74898ae99c6dca6cd1cc3c70724 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.cpp
|
| +++ b/third_party/WebKit/Source/core/events/Event.cpp
|
| @@ -313,7 +313,7 @@ HeapVector<Member<EventTarget>> Event::pathInternal(ScriptState* scriptState, Ev
|
| return (*m_eventPath)[i].treeScopeEventContext().ensureEventPath(*m_eventPath);
|
| }
|
| }
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| // Returns [window] for events that are directly dispatched to the window object;
|
|
|