Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp |
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp b/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp |
| index 9605f74299d79083b3b7c8e1615158e89fb4ff8c..134930ad1018b47c17035d77eb7e46c84af97745 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp |
| @@ -195,7 +195,7 @@ static bool valuesIsValidForType(ColorMatrixType type, |
| case FECOLORMATRIX_TYPE_UNKNOWN: |
| break; |
| } |
| - ASSERT_NOT_REACHED(); |
| + NOTREACHED(); |
| return false; |
| } |