| Index: Source/core/animation/AnimationStackTest.cpp
|
| diff --git a/Source/core/animation/AnimationStackTest.cpp b/Source/core/animation/AnimationStackTest.cpp
|
| index 8bd19c02a640570333f8a2d9425976c9defa3dc6..1c837da1ddc6c3591fa94173c40b6b337fec2fdf 100644
|
| --- a/Source/core/animation/AnimationStackTest.cpp
|
| +++ b/Source/core/animation/AnimationStackTest.cpp
|
| @@ -28,7 +28,7 @@ protected:
|
| AnimationPlayer* play(Animation* animation, double startTime)
|
| {
|
| AnimationPlayer* player = timeline->createAnimationPlayer(animation);
|
| - player->setStartTimeInternal(startTime);
|
| + player->setStartTime(startTime * 1000);
|
| player->update(TimingUpdateOnDemand);
|
| return player;
|
| }
|
|
|