| Index: Source/core/animation/AnimationPlayer.cpp
|
| diff --git a/Source/core/animation/AnimationPlayer.cpp b/Source/core/animation/AnimationPlayer.cpp
|
| index 99a947be0be39fd2838bd2cb755a7331076d2671..669dc02b84fe3d41784583081c87ba18d4cbb8fc 100644
|
| --- a/Source/core/animation/AnimationPlayer.cpp
|
| +++ b/Source/core/animation/AnimationPlayer.cpp
|
| @@ -110,8 +110,6 @@ AnimationPlayer::~AnimationPlayer()
|
| #if !ENABLE(OILPAN)
|
| if (m_content)
|
| m_content->detach();
|
| - if (m_timeline)
|
| - m_timeline->playerDestroyed(this);
|
| #endif
|
|
|
| destroyCompositorPlayer();
|
|
|