| Index: Source/core/animation/Keyframe.h
|
| diff --git a/Source/core/animation/Keyframe.h b/Source/core/animation/Keyframe.h
|
| index cbed3add4041d8138fdaa9ebb87b8eb8cf29e120..3a183d35b4f711428cc19a853d022de92352379c 100644
|
| --- a/Source/core/animation/Keyframe.h
|
| +++ b/Source/core/animation/Keyframe.h
|
| @@ -28,7 +28,7 @@ public:
|
| void setComposite(AnimationEffect::CompositeOperation composite) { m_composite = composite; }
|
| AnimationEffect::CompositeOperation composite() const { return m_composite; }
|
|
|
| - void setEasing(PassRefPtrWillBeRawPtr<TimingFunction> easing) { m_easing = easing; }
|
| + void setEasing(PassRefPtr<TimingFunction> easing) { m_easing = easing; }
|
| TimingFunction& easing() const { return *m_easing; }
|
|
|
| static bool compareOffsets(const RefPtrWillBeMember<Keyframe>& a, const RefPtrWillBeMember<Keyframe>& b)
|
|
|