| 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 ea51e8b730e8c0a03c1335631b1fa6446bdb18e7..0890c76a74c40a6c9502826d7d85466b2bc0be33 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.cpp
|
| @@ -77,7 +77,8 @@ Animation* Animation::create(AnimationEffect* effect, AnimationTimeline* timelin
|
| }
|
|
|
| Animation::Animation(ExecutionContext* executionContext, AnimationTimeline& timeline, AnimationEffect* content)
|
| - : ActiveDOMObject(executionContext)
|
| + : ActiveScriptWrappable(this)
|
| + , ActiveDOMObject(executionContext)
|
| , m_playState(Idle)
|
| , m_playbackRate(1)
|
| , m_startTime(nullValue())
|
|
|