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

Unified Diff: third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp

Issue 2807923002: Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in platform/graphics (Closed)
Patch Set: fix typo 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
Index: third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
index 0fa524b13c3cc87369c522c6ef6a8e7588bad3ce..0450cc19f58b4bc33aa7ef82cdb4bb9091b78f41 100644
--- a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
+++ b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.cpp
@@ -67,7 +67,7 @@ const char* PaintInvalidationReasonToString(PaintInvalidationReason reason) {
case kPaintInvalidationDelayedFull:
return "delayed full";
}
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return "";
}
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/LoggingCanvas.cpp ('k') | third_party/WebKit/Source/platform/graphics/Path.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698