| Index: Source/core/animation/AnimationStackTest.cpp
|
| diff --git a/Source/core/animation/AnimationStackTest.cpp b/Source/core/animation/AnimationStackTest.cpp
|
| index e153ad4b18d9008b5b1b781db094c2103a46759e..b068c05c5c122f7c984d69ade01c7c8a9abf5c87 100644
|
| --- a/Source/core/animation/AnimationStackTest.cpp
|
| +++ b/Source/core/animation/AnimationStackTest.cpp
|
| @@ -44,7 +44,7 @@ protected:
|
| return element->ensureElementAnimations().defaultStack().m_effects;
|
| }
|
|
|
| - EffectModel* makeEffectModel(CSSPropertyID id, PassRefPtrWillBeRawPtr<AnimatableValue> value)
|
| + EffectModel* makeEffectModel(CSSPropertyID id, PassRefPtr<AnimatableValue> value)
|
| {
|
| AnimatableValueKeyframeVector keyframes(2);
|
| keyframes[0] = AnimatableValueKeyframe::create();
|
|
|