| Index: Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h
|
| diff --git a/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h b/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h
|
| index f849598a42e92bce923e21ecb63f810fccac780b..b0b0d5e5d62a563fd617ca3407da16a2410aa3da 100644
|
| --- a/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h
|
| +++ b/Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h
|
| @@ -30,7 +30,7 @@ private:
|
| { }
|
|
|
| static bool canCreateFrom(const CSSValue&);
|
| - static PassRefPtrWillBeRawPtr<CSSValueList> interpolableValueToStrokeDasharray(const InterpolableValue&);
|
| + static PassRefPtr<CSSValueList> interpolableValueToStrokeDasharray(const InterpolableValue&);
|
|
|
| friend class AnimationSVGStrokeDasharrayStyleInterpolationTest;
|
| };
|
|
|