| Index: Source/core/animation/LengthPairStyleInterpolation.h
|
| diff --git a/Source/core/animation/LengthPairStyleInterpolation.h b/Source/core/animation/LengthPairStyleInterpolation.h
|
| index 623c333b1605b1cf0039677e391c96003c271501..72cdf0e0882a438391f50dca4b1e479a8be68beb 100644
|
| --- a/Source/core/animation/LengthPairStyleInterpolation.h
|
| +++ b/Source/core/animation/LengthPairStyleInterpolation.h
|
| @@ -29,7 +29,7 @@ private:
|
| }
|
|
|
| static PassOwnPtrWillBeRawPtr<InterpolableValue> lengthPairToInterpolableValue(const CSSValue&);
|
| - static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToLengthPair(InterpolableValue*, InterpolationRange);
|
| + static CSSValue interpolableValueToLengthPair(InterpolableValue*, InterpolationRange);
|
|
|
| InterpolationRange m_range;
|
|
|
|
|