| Index: third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp b/third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp
|
| index bc36c7157bad5f037a0a95a452194a2634fa8485..3b700e8a13673f42246c1321ec1ce0450a357607 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGGeometryElement.cpp
|
| @@ -111,8 +111,8 @@ void SVGGeometryElement::toClipPath(Path& path) const {
|
| path = asPath();
|
| path.transform(calculateTransform(SVGElement::IncludeMotionTransform));
|
|
|
| - ASSERT(layoutObject());
|
| - ASSERT(layoutObject()->style());
|
| + DCHECK(layoutObject());
|
| + DCHECK(layoutObject()->style());
|
| path.setWindRule(layoutObject()->style()->svgStyle().clipRule());
|
| }
|
|
|
|
|