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

Unified Diff: third_party/WebKit/Source/core/layout/line/InlineBox.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/line/InlineBox.h
diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.h b/third_party/WebKit/Source/core/layout/line/InlineBox.h
index 40f1cc2813ee156756ee3142c6a5f448ac0302d5..0baa80065f3d3d5da5bf2ed255afc69e30d373c0 100644
--- a/third_party/WebKit/Source/core/layout/line/InlineBox.h
+++ b/third_party/WebKit/Source/core/layout/line/InlineBox.h
@@ -153,7 +153,7 @@ class CORE_EXPORT InlineBox : public DisplayItemClient {
m_bitfields.setHasVirtualLogicalHeight(true);
}
virtual LayoutUnit virtualLogicalHeight() const {
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return LayoutUnit();
}

Powered by Google App Engine
This is Rietveld 408576698