Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(558)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlock.cpp

Issue 2758683002: Replace ASSERT_NOT_REACHED with NOTREACHED in core/layout/ (Closed)
Patch Set: Rebase with latest Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutAnalyzer.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698