| Index: third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| index e977a152932df2ed92431327b10627298e40d06d..3776a09c09722d5b2eb51fd7b23d897ffbae673b 100644
|
| --- a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| @@ -368,7 +368,7 @@ const InterpolationTypes& PropertyInterpolationTypesMapping::get(const PropertyH
|
| || attribute == SVGNames::yChannelSelectorAttr) {
|
| // Use default SVGValueInterpolationType.
|
| } else {
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| applicableTypes->append(wrapUnique(new SVGValueInterpolationType(attribute)));
|
|
|