| Index: third_party/WebKit/Source/core/svg/SVGInteger.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGInteger.cpp b/third_party/WebKit/Source/core/svg/SVGInteger.cpp
|
| index f52a47986b80b9d5cc23836b7b7bc32387813713..91983922e291f8f52d54ccecd576b9adc5c787bb 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGInteger.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGInteger.cpp
|
| @@ -68,7 +68,7 @@ void SVGInteger::calculateAnimatedValue(SVGAnimationElement* animationElement,
|
| SVGPropertyBase* to,
|
| SVGPropertyBase* toAtEndOfDuration,
|
| SVGElement*) {
|
| - ASSERT(animationElement);
|
| + DCHECK(animationElement);
|
|
|
| SVGInteger* fromInteger = toSVGInteger(from);
|
| SVGInteger* toInteger = toSVGInteger(to);
|
|
|