| Index: Source/core/frame/animation/KeyframeAnimation.cpp
|
| diff --git a/Source/core/frame/animation/KeyframeAnimation.cpp b/Source/core/frame/animation/KeyframeAnimation.cpp
|
| index 473903ea885a73730b943be03f5b0cad63b84b73..55f6b152f08a544f315f1a4b33b461585be00305 100644
|
| --- a/Source/core/frame/animation/KeyframeAnimation.cpp
|
| +++ b/Source/core/frame/animation/KeyframeAnimation.cpp
|
| @@ -44,7 +44,7 @@ using namespace std;
|
|
|
| namespace WebCore {
|
|
|
| -KeyframeAnimation::KeyframeAnimation(const CSSAnimationData* animation, RenderObject* renderer, int index, CompositeAnimation* compAnim, RenderStyle* unanimatedStyle)
|
| +KeyframeAnimation::KeyframeAnimation(const CSSAnimationData* animation, RenderObject& renderer, int index, CompositeAnimation* compAnim, RenderStyle& unanimatedStyle)
|
| : AnimationBase(animation, renderer, compAnim)
|
| , m_keyframes(renderer, animation->name())
|
| , m_index(index)
|
|
|