| Index: Source/core/animation/ListStyleInterpolation.h
|
| diff --git a/Source/core/animation/ListStyleInterpolation.h b/Source/core/animation/ListStyleInterpolation.h
|
| index 5b2f4a31c63185b7c9517b5eb7e9072965679f9a..344d772a09f76f67c82e243f1d8363446b9957a7 100644
|
| --- a/Source/core/animation/ListStyleInterpolation.h
|
| +++ b/Source/core/animation/ListStyleInterpolation.h
|
| @@ -61,7 +61,7 @@ private:
|
| if (nonInterpolableData)
|
| nonInterpolableData->reserveCapacity(listValue.length());
|
| OwnPtrWillBeRawPtr<InterpolableList> result = InterpolableList::create(listValue.length());
|
| - typename InterpolationType::NonInterpolableType elementData = true;
|
| + typename InterpolationType::NonInterpolableType elementData = typename InterpolationType::NonInterpolableType();
|
| for (size_t i = 0; i < listValue.length(); i++) {
|
| result->set(i, InterpolationType::toInterpolableValue(*listValue.item(i), elementData));
|
| if (nonInterpolableData)
|
|
|