Index: third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp |
index 6d678b071e4c208a07d0a36a939ee42d85541f61..ca4ee41f2bad7c5813b96f215a6f01f055c485f3 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp |
@@ -162,9 +162,6 @@ InterpolationValue CSSScaleInterpolationType::maybeConvertValue( |
scale.array[i] = toCSSPrimitiveValue(item).getDoubleValue(); |
} |
- if (list.length() == 1) |
- scale.array[1] = scale.array[0]; |
- |
return scale.createInterpolationValue(); |
} |