| Index: third_party/WebKit/Source/web/DateTimeChooserImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/DateTimeChooserImpl.cpp b/third_party/WebKit/Source/web/DateTimeChooserImpl.cpp
|
| index e6b5fa98b01eacbd59dd22d7832884d395be9bb2..3705d22dd837c254c59d83c1df2dc90b362d164f 100644
|
| --- a/third_party/WebKit/Source/web/DateTimeChooserImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/DateTimeChooserImpl.cpp
|
| @@ -99,7 +99,7 @@ static String valueToDateTimeString(double value, AtomicString type)
|
| else if (type == InputTypeNames::week)
|
| components.setMillisecondsSinceEpochForWeek(value);
|
| else
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return components.getType() == DateComponents::Invalid ? String() : components.toString();
|
| }
|
|
|
|
|