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

Unified Diff: third_party/WebKit/public/web/WebTextDirection.h

Issue 2826923002: Replace ASSERT and ASSERT_NOT_REACHED in third_party/Webkit/public (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 | « third_party/WebKit/public/platform/WebPrivatePtr.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebTextDirection.h
diff --git a/third_party/WebKit/public/web/WebTextDirection.h b/third_party/WebKit/public/web/WebTextDirection.h
index 39686c8dc762a1a589676637feb3688a7ec35dec..c3718ec6146ddd4c538529a3a4b1437ab0c0a80a 100644
--- a/third_party/WebKit/public/web/WebTextDirection.h
+++ b/third_party/WebKit/public/web/WebTextDirection.h
@@ -53,7 +53,7 @@ inline WebTextDirection ToWebTextDirection(TextDirection direction) {
case TextDirection::kRtl:
return kWebTextDirectionRightToLeft;
}
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return kWebTextDirectionDefault;
}
#endif
« no previous file with comments | « third_party/WebKit/public/platform/WebPrivatePtr.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698