| Index: third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp b/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| index fe31bb28925a3d77f3fa771e98ed977210022d84..3da4f06e5b252a22aad882f8da1050860e818977 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| @@ -362,7 +362,7 @@ bool Scrollbar::GestureEvent(const WebGestureEvent& evt,
|
| scroll_pos_ = pressed_pos_;
|
| return true;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return true;
|
| }
|
| break;
|
| @@ -388,7 +388,7 @@ bool Scrollbar::GestureEvent(const WebGestureEvent& evt,
|
| MoveThumb(scroll_pos_, false);
|
| return true;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return true;
|
| }
|
| break;
|
|
|