| Index: Source/core/page/animation/ImplicitAnimation.cpp
|
| diff --git a/Source/core/page/animation/ImplicitAnimation.cpp b/Source/core/page/animation/ImplicitAnimation.cpp
|
| index 9dbb674a220732a526f5e7aa8d759daf4d7360bd..091f205fb8303506ae7ff1badf0e9a4f554aa962 100644
|
| --- a/Source/core/page/animation/ImplicitAnimation.cpp
|
| +++ b/Source/core/page/animation/ImplicitAnimation.cpp
|
| @@ -39,7 +39,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -ImplicitAnimation::ImplicitAnimation(const Animation* transition, CSSPropertyID animatingProperty, RenderObject* renderer, CompositeAnimation* compAnim, RenderStyle* fromStyle)
|
| +ImplicitAnimation::ImplicitAnimation(const CSSAnimationData* transition, CSSPropertyID animatingProperty, RenderObject* renderer, CompositeAnimation* compAnim, RenderStyle* fromStyle)
|
| : AnimationBase(transition, renderer, compAnim)
|
| , m_transitionProperty(transition->property())
|
| , m_animatingProperty(animatingProperty)
|
|
|