Index: Source/core/animation/AnimationTimeline.cpp |
diff --git a/Source/core/animation/AnimationTimeline.cpp b/Source/core/animation/AnimationTimeline.cpp |
index be23aa7e6369c12f049e7af1c3a1548e2a562420..9d69bff73fffc8031dc195e891d725a73919740e 100644 |
--- a/Source/core/animation/AnimationTimeline.cpp |
+++ b/Source/core/animation/AnimationTimeline.cpp |
@@ -83,7 +83,6 @@ AnimationPlayer* AnimationTimeline::play(AnimationNode* child) |
if (!m_document) |
return 0; |
AnimationPlayer* player = createAnimationPlayer(child); |
- player->setStartTimeInternal(effectiveTime()); |
m_document->compositorPendingAnimations().add(player); |
return player; |
} |