| Index: third_party/WebKit/Source/core/dom/ViewportDescription.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ViewportDescription.cpp b/third_party/WebKit/Source/core/dom/ViewportDescription.cpp
|
| index 1d24eef299ec963bc900b5d3a378ad68591a8278..0deda17a3f8a508f73704deaf15a6edef9d5c089 100644
|
| --- a/third_party/WebKit/Source/core/dom/ViewportDescription.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ViewportDescription.cpp
|
| @@ -78,7 +78,7 @@ float ViewportDescription::resolveViewportLength(
|
| if (length.type() == DeviceHeight)
|
| return initialViewportSize.height();
|
|
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return ViewportDescription::ValueAuto;
|
| }
|
|
|
|
|