| Index: third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp
|
| index 9fa8de371a34e8a0b8305f7cdc0d63ffaad05a2e..f238148f2ff0ba067867ea9a9b43a110e127b916 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSFontWeightInterpolationType.cpp
|
| @@ -33,7 +33,7 @@ static double fontWeightToDouble(FontWeight fontWeight)
|
| case FontWeight900:
|
| return 900;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return 400;
|
| }
|
| }
|
|
|