| Index: third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.cc b/third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.cc
|
| index c00d7d7b09de4689b8ed4a0b41cad55b68698f04..c45fb7a616ab519a7229dbcdbd1eafc4651337a7 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.cc
|
| @@ -46,7 +46,7 @@ NGPhysicalOffset NGLogicalOffset::ConvertToPhysical(
|
| else
|
| return NGPhysicalOffset(block_offset, inline_offset);
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return NGPhysicalOffset();
|
| }
|
| }
|
|
|