| Index: Source/core/animation/StyleInterpolation.h
|
| diff --git a/Source/core/animation/StyleInterpolation.h b/Source/core/animation/StyleInterpolation.h
|
| index 16fee903406fcd034fe23512ac1dd81e201baec5..f550f754a0b036b67b609fdbdce7a4f7ed749d33 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)
|
| {
|
|
|