| Index: third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| diff --git a/third_party/WebKit/Source/web/PageWidgetDelegate.cpp b/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| index e2c41392f90da57f9594eb456f320a8d51b081f9..65a6501023b0b9024a31edfdcfdcdb0835d02b01 100644
|
| --- a/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| +++ b/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| @@ -254,7 +254,7 @@ const char* PageWidgetEventHandler::inputTypeToName(WebInputEvent::Type type)
|
| WEBINPUT_EVENT_CASE(TouchEnd)
|
| WEBINPUT_EVENT_CASE(TouchCancel)
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return "";
|
| }
|
| }
|
|
|