| Index: Source/core/animation/animatable/AnimatableStrokeDasharrayList.h
|
| diff --git a/Source/core/animation/animatable/AnimatableStrokeDasharrayList.h b/Source/core/animation/animatable/AnimatableStrokeDasharrayList.h
|
| index 8fbc0b362a8971b12f9638a2ba7c759d557726a4..f0097d81e4089d5b473546b7ab19713228cc7d03 100644
|
| --- a/Source/core/animation/animatable/AnimatableStrokeDasharrayList.h
|
| +++ b/Source/core/animation/animatable/AnimatableStrokeDasharrayList.h
|
| @@ -56,7 +56,7 @@ protected:
|
| private:
|
| explicit AnimatableStrokeDasharrayList(PassRefPtrWillBeRawPtr<SVGLengthList>);
|
| // This will consume the vector passed into it.
|
| - AnimatableStrokeDasharrayList(WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& values)
|
| + AnimatableStrokeDasharrayList(WillBeHeapVector<RefPtrWillBeMember<AnimatableValue>>& values)
|
| : AnimatableRepeatable(values)
|
| {
|
| }
|
|
|