| Index: third_party/WebKit/Source/core/svg/SVGPathStringSource.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathStringSource.cpp b/third_party/WebKit/Source/core/svg/SVGPathStringSource.cpp
|
| index dd46b3a6b1ce48436928fa705d23d87cc8ed87eb..3359100db6fad5a6c81bd27305702981a85ab25d 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathStringSource.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathStringSource.cpp
|
| @@ -243,7 +243,7 @@ PathSegmentData SVGPathStringSource::parseSegment() {
|
| segment.targetPoint.setY(parseNumberWithError());
|
| break;
|
| case PathSegUnknown:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| if (UNLIKELY(m_error.status() != SVGParseStatus::NoError))
|
|
|