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 d1c1fea24506c56ea1cb53d645d5f2e970fb3300..5764358b53e67b19a54f87aa1eb751e5a98682bb 100644 |
--- a/third_party/WebKit/Source/core/animation/Animation.cpp |
+++ b/third_party/WebKit/Source/core/animation/Animation.cpp |
@@ -81,7 +81,7 @@ Animation* Animation::create(AnimationEffectReadOnly* effect, |
Animation::Animation(ExecutionContext* executionContext, |
AnimationTimeline& timeline, |
AnimationEffectReadOnly* content) |
- : ActiveScriptWrappable(this), |
+ : ActiveScriptWrappable(), |
SuspendableObject(executionContext), |
m_playState(Idle), |
m_playbackRate(1), |