Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/KeyboardEvent.cpp |
| diff --git a/third_party/WebKit/Source/core/events/KeyboardEvent.cpp b/third_party/WebKit/Source/core/events/KeyboardEvent.cpp |
| index bb62aefbd641de68d57f3c323449e621f30330e2..022698398a3e82288b704c5ce5db0b8fc4516c21 100644 |
| --- a/third_party/WebKit/Source/core/events/KeyboardEvent.cpp |
| +++ b/third_party/WebKit/Source/core/events/KeyboardEvent.cpp |
| @@ -45,7 +45,7 @@ static inline const AtomicString& eventTypeForKeyboardEventType(PlatformEvent::E |
| default: |
| break; |
| } |
| - ASSERT_NOT_REACHED(); |
| + NOTREACHED(); |
| return EventTypeNames::keydown; |
| } |