| Index: third_party/WebKit/Source/core/animation/SVGLengthListInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGLengthListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/SVGLengthListInterpolationType.cpp
|
| index 8685a8d9aef70f852faed223fb13b84ab091d650..bfd9f72363fae01211f30ed8ad12bae8c2865e45 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGLengthListInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/SVGLengthListInterpolationType.cpp
|
| @@ -62,7 +62,7 @@ void SVGLengthListInterpolationType::composite(UnderlyingValueOwner& underlyingV
|
|
|
| SVGPropertyBase* SVGLengthListInterpolationType::appliedSVGValue(const InterpolableValue& interpolableValue, const NonInterpolableValue*) const
|
| {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| // This function is no longer called, because apply has been overridden.
|
| return nullptr;
|
| }
|
|
|