| Index: third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp b/third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp
|
| index e3c75954b29257084d937d2f288c56efb4e4985c..a31629c1b695ce506aeb158a12302eb47505b59c 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp
|
| @@ -64,7 +64,7 @@ Path SVGEllipseElement::asPath() const {
|
| Path path;
|
|
|
| SVGLengthContext lengthContext(this);
|
| - ASSERT(layoutObject());
|
| + DCHECK(layoutObject());
|
| const ComputedStyle& style = layoutObject()->styleRef();
|
| const SVGComputedStyle& svgStyle = style.svgStyle();
|
|
|
|
|