| Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| index c5cc0e463a87a5d47d39fb45ad840d86e5d05970..721f6aa5a4290fda86a40e0738d0a3492e162758 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| @@ -461,7 +461,7 @@ bool LayoutBlock::updateLogicalWidthAndColumnWidth() {
|
| }
|
|
|
| void LayoutBlock::layoutBlock(bool) {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| clearNeedsLayout();
|
| }
|
|
|
| @@ -2002,7 +2002,7 @@ bool LayoutBlock::hasMarginAfterQuirk(const LayoutBox* child) const {
|
| }
|
|
|
| const char* LayoutBlock::name() const {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return "LayoutBlock";
|
| }
|
|
|
|
|