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 ef0abf08460861369447d792e54eb07dbbba9c2e..dea6cad6a990c3d394de20d6e5b097a496732c98 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 PaintInvalidationDelayedFull: |
return "delayed full"; |
} |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return ""; |
} |