| Index: third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp b/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp
|
| index bb85d658d5e61d622caed25a16028fd36169a8a7..0a55618dc156ac6d8593280a8ca7fa7e9080324f 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp
|
| @@ -67,7 +67,8 @@ SVGLength* SVGLengthInterpolationType::resolveInterpolableSVGLength(
|
| value = 0;
|
| unitType = CSSPrimitiveValue::UnitType::UserUnits;
|
|
|
| - // SVGLength does not support calc expressions, so we convert to canonical units.
|
| + // SVGLength does not support calc expressions, so we convert to canonical
|
| + // units.
|
| for (size_t i = 0; i < CSSPrimitiveValue::LengthUnitTypeCount; i++) {
|
| double entry = toInterpolableNumber(listOfValues.get(i))->value();
|
| if (entry)
|
|
|