Index: Source/core/css/CSSKeyframesRule.cpp |
diff --git a/Source/core/css/CSSKeyframesRule.cpp b/Source/core/css/CSSKeyframesRule.cpp |
index ec491aa6fab30cf7a83e5164bd099f1d119bc40d..0886bf29fded1e419e35c13d0c69118540f4c161 100644 |
--- a/Source/core/css/CSSKeyframesRule.cpp |
+++ b/Source/core/css/CSSKeyframesRule.cpp |
@@ -37,6 +37,7 @@ namespace blink { |
StyleRuleKeyframes::StyleRuleKeyframes() |
: StyleRuleBase(Keyframes) |
+ , m_styleChangeCounter(0) |
{ |
} |
@@ -45,6 +46,7 @@ StyleRuleKeyframes::StyleRuleKeyframes(const StyleRuleKeyframes& o) |
, m_keyframes(o.m_keyframes) |
, m_name(o.m_name) |
, m_isPrefixed(o.m_isPrefixed) |
+ , m_styleChangeCounter(o.m_styleChangeCounter) |
{ |
} |