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