| Index: Source/core/animation/AnimationNode.cpp
|
| diff --git a/Source/core/animation/AnimationNode.cpp b/Source/core/animation/AnimationNode.cpp
|
| index f1f13e96670c60c755fb8219b4d9ad04fb7990a9..c024c6d6926a173ae9f85065bf65277640d2c6ff 100644
|
| --- a/Source/core/animation/AnimationNode.cpp
|
| +++ b/Source/core/animation/AnimationNode.cpp
|
| @@ -60,6 +60,7 @@ AnimationNode::AnimationNode(const Timing& timing, PassOwnPtrWillBeRawPtr<EventD
|
| , m_calculated()
|
| , m_needsUpdate(true)
|
| , m_lastUpdateTime(nullValue())
|
| + , m_styleChangeCounter(0)
|
| {
|
| m_timing.assertValid();
|
| }
|
|
|