| Index: third_party/WebKit/Source/core/svg/SVGNumber.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGNumber.cpp b/third_party/WebKit/Source/core/svg/SVGNumber.cpp
|
| index 49a165cb2f46a4eac809dc75b851224543bab838..18b0fbdb22d0a35f91ec5499907941c34d4c56f4 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGNumber.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGNumber.cpp
|
| @@ -84,7 +84,7 @@ void SVGNumber::calculateAnimatedValue(SVGAnimationElement* animationElement,
|
| SVGPropertyBase* to,
|
| SVGPropertyBase* toAtEndOfDuration,
|
| SVGElement*) {
|
| - ASSERT(animationElement);
|
| + DCHECK(animationElement);
|
|
|
| SVGNumber* fromNumber = toSVGNumber(from);
|
| SVGNumber* toNumber = toSVGNumber(to);
|
|
|