| Index: third_party/WebKit/Source/core/svg/SVGPathStringBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.cpp b/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.cpp
|
| index 2443876739fde99f589b10185d7d081512244357..488ba6df9cc12546ee43e3b32c9100047039f8c5 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.cpp
|
| @@ -122,7 +122,7 @@ void SVGPathStringBuilder::emitSegment(const PathSegmentData& segment) {
|
| appendPoint(m_stringBuilder, segment.targetPoint);
|
| break;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
| m_stringBuilder.append(' ');
|
| }
|
|
|