| 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 88b23d77305d9fdb3aa40d1e83226d6c9249c61d..1264934a0cd82a9d20ac575675574d834d523d30 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();
|
| }
|
|
|
| @@ -1967,7 +1967,7 @@ bool LayoutBlock::hasMarginAfterQuirk(const LayoutBox* child) const {
|
| }
|
|
|
| const char* LayoutBlock::name() const {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return "LayoutBlock";
|
| }
|
|
|
|
|