| Index: Source/core/animation/LengthBoxStyleInterpolation.h
|
| diff --git a/Source/core/animation/LengthBoxStyleInterpolation.h b/Source/core/animation/LengthBoxStyleInterpolation.h
|
| index 748dfc793ab32170870abdee331e2d2cf9a128b3..f4c73bb68829f57a22d05600e7c500fe51db50fc 100644
|
| --- a/Source/core/animation/LengthBoxStyleInterpolation.h
|
| +++ b/Source/core/animation/LengthBoxStyleInterpolation.h
|
| @@ -29,10 +29,10 @@ private:
|
| { }
|
|
|
| static PassOwnPtrWillBeRawPtr<InterpolableValue> lengthBoxtoInterpolableValue(const CSSValue&, const CSSValue&, bool);
|
| - static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToLengthBox(InterpolableValue*, const CSSValue&, const CSSValue&);
|
| + static PassRefPtr<CSSValue> interpolableValueToLengthBox(InterpolableValue*, const CSSValue&, const CSSValue&);
|
|
|
| - RefPtrWillBeMember<CSSValue> m_startCSSValue;
|
| - RefPtrWillBeMember<CSSValue> m_endCSSValue;
|
| + RefPtr<CSSValue> m_startCSSValue;
|
| + RefPtr<CSSValue> m_endCSSValue;
|
|
|
| friend class AnimationLengthBoxStyleInterpolationTest;
|
| };
|
|
|