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

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

Issue 2807923002: Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in platform/graphics (Closed)
Patch Set: Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in platform/graphics 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/ColorSpace.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/ColorSpace.cpp b/third_party/WebKit/Source/platform/graphics/ColorSpace.cpp
index 6801b4e67697c2496684554561ee9bb1cb203c53..21b597bac938d872a774484a55533c5e42980b07 100644
--- a/third_party/WebKit/Source/platform/graphics/ColorSpace.cpp
+++ b/third_party/WebKit/Source/platform/graphics/ColorSpace.cpp
@@ -94,7 +94,7 @@ const uint8_t* getConversionLUT(ColorSpace dstColorSpace,
if (dstColorSpace == ColorSpaceDeviceRGB)
return getDeviceRgbLUT();
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698