| Index: third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.cpp b/third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.cpp
|
| index b5f1ea82257a1a535dc3a1722de4b30cada20c32..9d7f472492f3da797906e161a98a8de4111b397a 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathByteStreamBuilder.cpp
|
| @@ -112,7 +112,7 @@ void SVGPathByteStreamBuilder::emitSegment(const PathSegmentData& segment) {
|
| buffer.writeFloatPoint(segment.targetPoint);
|
| break;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
| }
|
|
|
|
|