| Index: third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.cpp b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| index a60abf0d658c3524fd18737bcf3cf481e0eadc19..ccce3663e83244461c2002a968ef92c3ff3ebce6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.cpp
|
| @@ -161,7 +161,7 @@ void LayoutTable::addChild(LayoutObject* child, LayoutObject* beforeChild) {
|
| wrapInAnonymousSection = false;
|
| break;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
| } else {
|
| wrapInAnonymousSection = true;
|
| @@ -407,7 +407,7 @@ LayoutUnit LayoutTable::convertStyleLogicalHeightToComputedHeight(
|
| styleLogicalHeight, logicalHeight() - borderAndPadding,
|
| borderAndPadding);
|
| } else {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
| return computedLogicalHeight.clampNegativeToZero();
|
| }
|
|
|