Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc |
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc |
| index 3e7574e42319118f3178f5a5086f82ee59b1cc3a..37a961d258ba46e2e556fb46972c5120f1c18110 100644 |
| --- a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc |
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc |
| @@ -26,7 +26,7 @@ NGTextLayoutAlgorithm::NGTextLayoutAlgorithm( |
| } |
| RefPtr<NGLayoutResult> NGTextLayoutAlgorithm::Layout() { |
| - ASSERT_NOT_REACHED(); |
| + NOTREACHED(); |
| return nullptr; |
| } |