| Index: third_party/WebKit/Source/core/input/EventHandler.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.cpp b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| index 4d9a51e3d187a58cd9a29d0efda877d69db56af0..af01d1b1e7cace11e5e813bcb4daa59e2c4ac3ca 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| @@ -1755,7 +1755,7 @@ void EventHandler::ApplyTouchAdjustment(WebGestureEvent* gesture_event,
|
| *hit_test_result, adjusted_point, adjusted_node);
|
| break;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| // Update the hit-test result to be a point-based result instead of a
|
|
|