| Index: third_party/WebKit/Source/core/svg/SVGBoolean.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGBoolean.cpp b/third_party/WebKit/Source/core/svg/SVGBoolean.cpp
|
| index a2dcb2c94db3a6bb7af2ba4561ec9a780216de4a..11cca3f2ba41b803a10f7d1a1999c10dad90b0cc 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGBoolean.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGBoolean.cpp
|
| @@ -61,7 +61,7 @@ void SVGBoolean::calculateAnimatedValue(SVGAnimationElement* animationElement,
|
| SVGPropertyBase* to,
|
| SVGPropertyBase*,
|
| SVGElement*) {
|
| - ASSERT(animationElement);
|
| + DCHECK(animationElement);
|
| bool fromBoolean = animationElement->getAnimationMode() == ToAnimation
|
| ? m_value
|
| : toSVGBoolean(from)->value();
|
|
|