| Index: Source/core/animation/ColorStyleInterpolation.h
|
| diff --git a/Source/core/animation/ColorStyleInterpolation.h b/Source/core/animation/ColorStyleInterpolation.h
|
| index cc25f026afc8457059bdf7368bdf1ab27ac03df0..ee218308ccdf3a0ac0b93d3cad99127b7a4185fa 100644
|
| --- a/Source/core/animation/ColorStyleInterpolation.h
|
| +++ b/Source/core/animation/ColorStyleInterpolation.h
|
| @@ -36,7 +36,7 @@ private:
|
| }
|
|
|
| static PassOwnPtrWillBeRawPtr<InterpolableValue> colorToInterpolableValue(const CSSValue&);
|
| - static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> interpolableValueToColor(const InterpolableValue&);
|
| + static PassRefPtr<CSSPrimitiveValue> interpolableValueToColor(const InterpolableValue&);
|
|
|
| friend class AnimationColorStyleInterpolationTest;
|
| friend class ShadowStyleInterpolation;
|
|
|