| Index: third_party/WebKit/Source/core/svg/SVGLengthContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGLengthContext.cpp b/third_party/WebKit/Source/core/svg/SVGLengthContext.cpp
|
| index de0637a6cd441858d986b78b513aac63967c9431..e778a50f779710857e5984b4b5c178b8162dd8ce 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGLengthContext.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGLengthContext.cpp
|
| @@ -245,7 +245,7 @@ float SVGLengthContext::valueForLength(const Length& length,
|
| float SVGLengthContext::valueForLength(const Length& length,
|
| float zoom,
|
| float dimension) {
|
| - ASSERT(zoom != 0);
|
| + DCHECK_NE(zoom, 0);
|
| // isIntrinsic can occur for 'width' and 'height', but has no
|
| // real meaning for svg.
|
| if (length.isIntrinsic())
|
|
|