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

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

Issue 2758683002: Replace ASSERT_NOT_REACHED with NOTREACHED in core/layout/ (Closed)
Patch Set: 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/PaintInvalidationState.cpp
diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp b/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
index 086b5b51fe0577a335892660e0d1b486135072ab..1c3695bb94d1cc827ee3bee07a8ded4edcdc0142 100644
--- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
+++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp
@@ -624,7 +624,7 @@ void PaintInvalidationState::assertFastPathAndSlowPathRectsEqual(
<< " vs slow: " << slowPathRect.toString();
showLayoutTree(&m_currentObject);
- ASSERT_NOT_REACHED();
+ NOTREACHED();
}
#endif // CHECK_FAST_PATH_SLOW_PATH_EQUALITY

Powered by Google App Engine
This is Rietveld 408576698