| Index: third_party/WebKit/Source/core/svg/SVGRect.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGRect.cpp b/third_party/WebKit/Source/core/svg/SVGRect.cpp
|
| index 3bec3fdff3e02cb85336a88cab36efbcafa3f528..4e559309e776c7d714f0088d1e1de86edd23c0bf 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGRect.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGRect.cpp
|
| @@ -100,7 +100,7 @@ void SVGRect::calculateAnimatedValue(SVGAnimationElement* animationElement,
|
| SVGPropertyBase* toValue,
|
| SVGPropertyBase* toAtEndOfDurationValue,
|
| SVGElement*) {
|
| - ASSERT(animationElement);
|
| + DCHECK(animationElement);
|
| SVGRect* fromRect = animationElement->getAnimationMode() == ToAnimation
|
| ? this
|
| : toSVGRect(fromValue);
|
|
|