| Index: third_party/WebKit/Source/core/svg/SVGPathBlender.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathBlender.cpp b/third_party/WebKit/Source/core/svg/SVGPathBlender.cpp
|
| index 4d883304aa218ddb23c92981f54aa9c8f6dc6abc..673ece2ddf7e3fbea890ce27b70d0ff5aac98d43 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathBlender.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathBlender.cpp
|
| @@ -205,7 +205,7 @@ static void updateCurrentPoint(FloatPoint& subPathPoint,
|
| currentPoint = subPathPoint;
|
| break;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
| }
|
|
|
| @@ -277,7 +277,7 @@ bool SVGPathBlender::BlendState::blendSegments(
|
| }
|
| break;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| updateCurrentPoint(m_fromSubPathPoint, m_fromCurrentPoint, fromSeg);
|
|
|