| Index: third_party/WebKit/Source/core/animation/SVGPathSegInterpolationFunctions.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGPathSegInterpolationFunctions.cpp b/third_party/WebKit/Source/core/animation/SVGPathSegInterpolationFunctions.cpp
|
| index 2242b51191b6606790c6993d32f28781b39b024b..0f806164c3a4f9b4069586239e145c96e02a343a 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGPathSegInterpolationFunctions.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/SVGPathSegInterpolationFunctions.cpp
|
| @@ -263,7 +263,7 @@ std::unique_ptr<InterpolableValue> SVGPathSegInterpolationFunctions::consumePath
|
|
|
| case PathSegUnknown:
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return nullptr;
|
| }
|
| }
|
| @@ -308,7 +308,7 @@ PathSegmentData SVGPathSegInterpolationFunctions::consumeInterpolablePathSeg(con
|
|
|
| case PathSegUnknown:
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return PathSegmentData();
|
| }
|
| }
|
|
|