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

Unified Diff: third_party/WebKit/Source/core/page/PageVisibilityState.cpp

Issue 2844223006: Replace ASSERT_NOT_REACHED with NOTREACHED in core/page (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/page/SpatialNavigation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/page/PageVisibilityState.cpp
diff --git a/third_party/WebKit/Source/core/page/PageVisibilityState.cpp b/third_party/WebKit/Source/core/page/PageVisibilityState.cpp
index 683b710b7053f7a60eaceb24227d6f4447771938..7af36ff970d1c60172eafd8fa6fb4ccd51a62586 100644
--- a/third_party/WebKit/Source/core/page/PageVisibilityState.cpp
+++ b/third_party/WebKit/Source/core/page/PageVisibilityState.cpp
@@ -42,7 +42,7 @@ String PageVisibilityStateString(PageVisibilityState state) {
return "prerender";
}
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return String();
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/page/SpatialNavigation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698