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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutInline.h

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/LayoutInline.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.h b/third_party/WebKit/Source/core/layout/LayoutInline.h
index 8ef9933be27220ea002edfa4953626871fdf2e7c..7b0fce13be46a191edc8f18c573f3b1e6237ba2b 100644
--- a/third_party/WebKit/Source/core/layout/LayoutInline.h
+++ b/third_party/WebKit/Source/core/layout/LayoutInline.h
@@ -272,7 +272,7 @@ class CORE_EXPORT LayoutInline : public LayoutBoxModelObject {
LayoutObject* newChild,
LayoutBoxModelObject* oldCont);
- void layout() final { ASSERT_NOT_REACHED(); } // Do nothing for layout()
+ void layout() final { NOTREACHED(); } // Do nothing for layout()
void paint(const PaintInfo&, const LayoutPoint&) const final;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutGrid.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutListMarker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698