| Index: Source/core/animation/animatable/AnimatableStrokeDasharrayList.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableStrokeDasharrayList.cpp b/Source/core/animation/animatable/AnimatableStrokeDasharrayList.cpp
|
| index 360a25ebfd35cb3381f94f6b991bb179e55006cd..f4fe1cbad133b3f656de5ad5c0ab8d8df0cc06c5 100644
|
| --- a/Source/core/animation/animatable/AnimatableStrokeDasharrayList.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableStrokeDasharrayList.cpp
|
| @@ -90,7 +90,7 @@ PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableStrokeDasharrayList::interpola
|
| }
|
| }
|
|
|
| - WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> > interpolatedValues;
|
| + WillBeHeapVector<RefPtrWillBeMember<AnimatableValue>> interpolatedValues;
|
| bool success = interpolateLists(from, to, fraction, interpolatedValues);
|
| ASSERT_UNUSED(success, success);
|
| return adoptRefWillBeNoop(new AnimatableStrokeDasharrayList(interpolatedValues));
|
|
|