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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutMedia.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/LayoutMedia.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutMedia.cpp b/third_party/WebKit/Source/core/layout/LayoutMedia.cpp
index f78d5102ca463b91b208262fdeef96c2fa07779f..d124303a4a5cdff4858b60a54092d174bda3bb3d 100644
--- a/third_party/WebKit/Source/core/layout/LayoutMedia.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutMedia.cpp
@@ -68,7 +68,7 @@ void LayoutMedia::layout() {
else if (child->node()->isTextTrackContainer())
seenTextTrackContainer = true;
else
- ASSERT_NOT_REACHED();
+ NOTREACHED();
#endif
// TODO(mlamouri): we miss some layouts because needsLayout returns false in

Powered by Google App Engine
This is Rietveld 408576698