Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp |
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp b/third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp |
| index 1d764028ce548abcff4a3c161f31c8b67d40dc5b..d2dcb4137be7ee71c5a7038faaa728727590be4d 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp |
| @@ -53,10 +53,10 @@ AffineTransform ImageOrientation::transformFromDefault( |
| case OriginLeftBottom: |
| return AffineTransform(0, -1, 1, 0, 0, h); |
| default: |
| - ASSERT_NOT_REACHED(); |
| + NOTREACHED(); |
| } |
| - ASSERT_NOT_REACHED(); |
| + NOTREACHED(); |
| return AffineTransform(); |
| } |