| 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 9592e45617bd2711abe4478dc3b2a1f7c5efe683..9696a29fba0e879e4a5fa423fe3afd6373ddf747 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;
 | 
|  }
 | 
|  
 | 
| 
 |