| Index: Source/core/platform/animation/AnimationList.cpp
|
| diff --git a/Source/core/platform/animation/AnimationList.cpp b/Source/core/platform/animation/AnimationList.cpp
|
| index ba80373f14387a2306650ab4bb54033002d3f073..5153a04c7ed0a1cb7db805233a22957c91804148 100644
|
| --- a/Source/core/platform/animation/AnimationList.cpp
|
| +++ b/Source/core/platform/animation/AnimationList.cpp
|
| @@ -34,7 +34,7 @@ if (i < size() && i != 0) { \
|
| AnimationList::AnimationList(const AnimationList& o)
|
| {
|
| for (size_t i = 0; i < o.size(); ++i)
|
| - m_animations.append(Animation::create(o.animation(i)));
|
| + m_animations.append(CSSAnimationData::create(o.animation(i)));
|
| }
|
|
|
| void AnimationList::fillUnsetProperties()
|
|
|