Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.cpp |
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.cpp b/third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.cpp |
| index 01b3912071f1c8b9935419a7e19d29bc39784739..b1d2b15bc69a175a08262e064b963fb1be36489b 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.cpp |
| +++ b/third_party/WebKit/Source/core/svg/SVGPathByteStreamSource.cpp |
| @@ -22,7 +22,7 @@ |
| namespace blink { |
| PathSegmentData SVGPathByteStreamSource::parseSegment() { |
| - ASSERT(hasMoreData()); |
| + DCHECK(hasMoreData()); |
| PathSegmentData segment; |
| segment.command = static_cast<SVGPathSegType>(readSVGSegmentType()); |