Index: third_party/WebKit/Source/core/animation/Animation.cpp |
diff --git a/third_party/WebKit/Source/core/animation/Animation.cpp b/third_party/WebKit/Source/core/animation/Animation.cpp |
index 9b95ae878d82ea9b8151041f4098f0e22e43997b..d1c1fea24506c56ea1cb53d645d5f2e970fb3300 100644 |
--- a/third_party/WebKit/Source/core/animation/Animation.cpp |
+++ b/third_party/WebKit/Source/core/animation/Animation.cpp |
@@ -1131,7 +1131,6 @@ Animation::CompositorAnimationPlayerHolder::create(Animation* animation) { |
Animation::CompositorAnimationPlayerHolder::CompositorAnimationPlayerHolder( |
Animation* animation) |
: m_animation(animation) { |
- ThreadState::current()->registerPreFinalizer(this); |
m_compositorPlayer = CompositorAnimationPlayer::create(); |
m_compositorPlayer->setAnimationDelegate(m_animation); |
} |