| Index: Source/core/animation/AnimationTest.cpp
|
| diff --git a/Source/core/animation/AnimationTest.cpp b/Source/core/animation/AnimationTest.cpp
|
| index bd613323372e3ee05b22fc2d5e0cd798e6106c9f..953f7b4521e3529dbb09871072df12e64940820f 100644
|
| --- a/Source/core/animation/AnimationTest.cpp
|
| +++ b/Source/core/animation/AnimationTest.cpp
|
| @@ -28,7 +28,7 @@ protected:
|
| , document(pageHolder->document())
|
| , element(document.createElement("foo", ASSERT_NO_EXCEPTION))
|
| {
|
| - document.animationClock().resetTimeForTesting();
|
| + document.animationClock().resetTimeForTesting(document.timeline().zeroTime());
|
| EXPECT_EQ(0, document.timeline().currentTime());
|
| }
|
|
|
|
|