| Index: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc
|
| index a7b476f4d0a6aefdc1590f2e55431bb444b59835..80e8e66edf58a10b6aaef5ccbe3b3229b52518ef 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc
|
| @@ -77,7 +77,7 @@ WTF::Optional<LayoutUnit> GetClearanceOffset(
|
| case EClear::kBoth:
|
| return OptionalMax<LayoutUnit>(left_offset, right_offset);
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
| return WTF::nullopt;
|
| }
|
|
|