Chromium Code Reviews| Index: Source/core/animation/LengthStyleInterpolation.cpp |
| diff --git a/Source/core/animation/LengthStyleInterpolation.cpp b/Source/core/animation/LengthStyleInterpolation.cpp |
| index 27794a6609a7cffab5c244cb32d71943dbf7c182..f997e0410798b5904f5dfc2f7aa7738281a33956 100644 |
| --- a/Source/core/animation/LengthStyleInterpolation.cpp |
| +++ b/Source/core/animation/LengthStyleInterpolation.cpp |
| @@ -26,7 +26,6 @@ bool LengthStyleInterpolation::canCreateFrom(const CSSValue& value) |
| PassOwnPtrWillBeRawPtr<InterpolableValue> LengthStyleInterpolation::lengthToInterpolableValue(const CSSValue& value) |
| { |
| - ASSERT(canCreateFrom(value)); |
|
alancutter (OOO until 2018)
2015/02/04 20:24:37
Leave this assert in.
jadeg
2015/02/05 23:37:02
Done.
|
| OwnPtrWillBeRawPtr<InterpolableList> listOfValuesAndTypes = InterpolableList::create(2); |
| OwnPtrWillBeRawPtr<InterpolableList> listOfValues = InterpolableList::create(CSSPrimitiveValue::LengthUnitTypeCount); |
| OwnPtrWillBeRawPtr<InterpolableList> listOfTypes = InterpolableList::create(CSSPrimitiveValue::LengthUnitTypeCount); |