Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(440)

Unified Diff: Source/core/animation/AnimationPlayer.cpp

Issue 1120003002: [Oilpan] Migrate most classes under core/animations to Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Build fix Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698