| Index: third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp b/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp
|
| index 74131a557b754448210754e0e2edf49c650ec547..54e47b41ea9de408c83311e72e5b44cb2f56d3fc 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp
|
| @@ -41,7 +41,7 @@ LengthInterpolatedUnit convertToInterpolatedUnit(CSSPrimitiveValue::UnitType uni
|
| switch (unitType) {
|
| case CSSPrimitiveValue::UnitType::Unknown:
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| case CSSPrimitiveValue::UnitType::Pixels:
|
| case CSSPrimitiveValue::UnitType::Number:
|
| case CSSPrimitiveValue::UnitType::UserUnits:
|
| @@ -155,7 +155,7 @@ InterpolationValue SVGLengthInterpolationType::maybeConvertSVGValue(const SVGPro
|
|
|
| SVGPropertyBase* SVGLengthInterpolationType::appliedSVGValue(const InterpolableValue& interpolableValue, const NonInterpolableValue*) const
|
| {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| // This function is no longer called, because apply has been overridden.
|
| return nullptr;
|
| }
|
|
|