| Index: third_party/WebKit/Source/core/svg/SVGLength.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGLength.cpp b/third_party/WebKit/Source/core/svg/SVGLength.cpp
|
| index aaebecacdfe3019756461452dba6892dd238e051..2dfd098a19586b1f0e3bf28b27d1860edcb9fa1b 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGLength.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGLength.cpp
|
| @@ -248,8 +248,9 @@ void SVGLength::calculateAnimatedValue(SVGAnimationElement* animationElement,
|
| toLength->value(lengthContext),
|
| toAtEndOfDurationLength->value(lengthContext), animatedNumber);
|
|
|
| - ASSERT(unitMode() == lengthModeForAnimatedLengthAttribute(
|
| - animationElement->attributeName()));
|
| + ASSERT(
|
| + unitMode() ==
|
| + lengthModeForAnimatedLengthAttribute(animationElement->attributeName()));
|
|
|
| // TODO(shanmuga.m): Construct a calc() expression if the units fall in
|
| // different categories.
|
|
|