Index: Source/core/animation/DocumentTimeline.cpp |
diff --git a/Source/core/animation/DocumentTimeline.cpp b/Source/core/animation/DocumentTimeline.cpp |
index 20bf6507e9816c06c83c26db629e28f957858a4c..87d38588bfdbef72b6b6a9bc37b9f27c6e97ad2e 100644 |
--- a/Source/core/animation/DocumentTimeline.cpp |
+++ b/Source/core/animation/DocumentTimeline.cpp |
@@ -63,7 +63,7 @@ DocumentTimeline::DocumentTimeline(Document* document, PassOwnPtr<PlatformTiming |
PassRefPtr<Player> DocumentTimeline::play(TimedItem* child) |
{ |
- RefPtr<Player> player = Player::create(this, child); |
+ RefPtr<Player> player = Player::create(*this, child); |
m_players.append(player); |
if (m_document->view()) |