| Index: sky/engine/core/animation/AnimationNodeTiming.cpp
|
| diff --git a/sky/engine/core/animation/AnimationNodeTiming.cpp b/sky/engine/core/animation/AnimationNodeTiming.cpp
|
| index 9ed7d310f3b23779ba427f36d9e52c0a8963696a..4e1727f02b653e006e899654efd8f67fbeb7620a 100644
|
| --- a/sky/engine/core/animation/AnimationNodeTiming.cpp
|
| +++ b/sky/engine/core/animation/AnimationNodeTiming.cpp
|
| @@ -17,9 +17,8 @@ PassRefPtr<AnimationNodeTiming> AnimationNodeTiming::create(AnimationNode* paren
|
| }
|
|
|
| AnimationNodeTiming::AnimationNodeTiming(AnimationNode* parent)
|
| -: m_parent(parent)
|
| + : m_parent(parent)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| double AnimationNodeTiming::delay()
|
|
|