| Index: third_party/WebKit/Source/core/svg/SVGPathParser.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathParser.h b/third_party/WebKit/Source/core/svg/SVGPathParser.h
|
| index 7d312e6e79c26130949e96d8634c506558405abb..ea403e6781389aa9d84c19dafac1c0fe5ffb88a3 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathParser.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathParser.h
|
| @@ -54,7 +54,7 @@ class SVGPathNormalizer {
|
| public:
|
| SVGPathNormalizer(SVGPathConsumer* consumer)
|
| : m_consumer(consumer), m_lastCommand(PathSegUnknown) {
|
| - ASSERT(m_consumer);
|
| + DCHECK(m_consumer);
|
| }
|
|
|
| void emitSegment(const PathSegmentData&);
|
|
|