| 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 "";
|
| }
|
|
|
|
|