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