Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/GestureEvent.cpp |
| diff --git a/third_party/WebKit/Source/core/events/GestureEvent.cpp b/third_party/WebKit/Source/core/events/GestureEvent.cpp |
| index 85c1fb27354fb1a519381f7c9278b89f61611553..fd051f40dee7c99a3099adc0f15a12c58db5b297 100644 |
| --- a/third_party/WebKit/Source/core/events/GestureEvent.cpp |
| +++ b/third_party/WebKit/Source/core/events/GestureEvent.cpp |
| @@ -50,7 +50,7 @@ GestureEvent* GestureEvent::create(AbstractView* view, const PlatformGestureEven |
| source = GestureSourceTouchscreen; |
| break; |
| default: |
| - ASSERT_NOT_REACHED(); |
| + NOTREACHED(); |
| } |
| switch (event.type()) { |