| Index: Source/core/animation/PlayerTest.cpp
|
| diff --git a/Source/core/animation/PlayerTest.cpp b/Source/core/animation/PlayerTest.cpp
|
| index 5296d2f6d2b9739545f16348cd411dcded7a6a70..cf87c6bdd7483f82b4374a0cfd00f21faaa7999c 100644
|
| --- a/Source/core/animation/PlayerTest.cpp
|
| +++ b/Source/core/animation/PlayerTest.cpp
|
| @@ -56,7 +56,7 @@ protected:
|
|
|
| bool updateTimeline(double time, double* timeToEffectChange = 0)
|
| {
|
| - timeline->serviceAnimations(time);
|
| + document->animationClock().updateTime(time);
|
| // The timeline does not know about our player, so we have to explicitly call update().
|
| return player->update(timeToEffectChange);
|
| }
|
|
|