| Index: Source/core/animation/StyleInterpolation.h
|
| diff --git a/Source/core/animation/StyleInterpolation.h b/Source/core/animation/StyleInterpolation.h
|
| index 83a1b3add08b7121d1c7f92a37a94de46ccb080d..eeedc9735371483db35b1094195f02e4393d8ffa 100644
|
| --- a/Source/core/animation/StyleInterpolation.h
|
| +++ b/Source/core/animation/StyleInterpolation.h
|
| @@ -53,7 +53,7 @@ public:
|
| protected:
|
| CSSPropertyID m_id;
|
|
|
| - StyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id)
|
| + StyleInterpolation(InterpolableValue* start, InterpolableValue* end, CSSPropertyID id)
|
| : Interpolation(start, end)
|
| , m_id(id)
|
| {
|
|
|