| Index: third_party/WebKit/Source/core/animation/NumberPropertyFunctions.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/NumberPropertyFunctions.cpp b/third_party/WebKit/Source/core/animation/NumberPropertyFunctions.cpp
|
| index 86937d9aa109a97fcdd974e293260209b6c77eb8..be0d2a9a185a0db1569341dc120230dfb12a562b 100644
|
| --- a/third_party/WebKit/Source/core/animation/NumberPropertyFunctions.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/NumberPropertyFunctions.cpp
|
| @@ -120,7 +120,7 @@ double NumberPropertyFunctions::clampNumber(CSSPropertyID property, double value
|
| return clampTo<int>(round(value));
|
|
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return value;
|
| }
|
| }
|
|
|