| Index: third_party/WebKit/Source/core/svg/SVGString.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGString.cpp b/third_party/WebKit/Source/core/svg/SVGString.cpp
|
| index 0370d9073b2c540284cb25ffb2dea7fabcf587ee..a134ea83a6ed7f62996c85c0d9a357d9bdd56773 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGString.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGString.cpp
|
| @@ -34,7 +34,7 @@ void SVGString::calculateAnimatedValue(SVGAnimationElement* animationElement,
|
| SVGPropertyBase* to,
|
| SVGPropertyBase*,
|
| SVGElement*) {
|
| - ASSERT(animationElement);
|
| + DCHECK(animationElement);
|
|
|
| String fromString = toSVGString(from)->m_value;
|
| String toString = toSVGString(to)->m_value;
|
|
|