Index: Source/core/rendering/style/StyleRareNonInheritedData.cpp |
diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.cpp b/Source/core/rendering/style/StyleRareNonInheritedData.cpp |
index ace18a4d6c6ae7feeb7a2373daaec66197a55b42..e4a043d62f5eb6495f662c80e30f8f7d295058f0 100644 |
--- a/Source/core/rendering/style/StyleRareNonInheritedData.cpp |
+++ b/Source/core/rendering/style/StyleRareNonInheritedData.cpp |
@@ -111,8 +111,8 @@ StyleRareNonInheritedData::StyleRareNonInheritedData(const StyleRareNonInherited |
, m_counterDirectives(o.m_counterDirectives ? clone(*o.m_counterDirectives) : nullptr) |
, m_boxShadow(o.m_boxShadow ? adoptPtr(new ShadowData(*o.m_boxShadow)) : nullptr) |
, m_boxReflect(o.m_boxReflect) |
- , m_animations(o.m_animations ? adoptPtr(new CSSAnimationDataList(*o.m_animations)) : nullptr) |
- , m_transitions(o.m_transitions ? adoptPtr(new CSSAnimationDataList(*o.m_transitions)) : nullptr) |
+ , m_animations(o.m_animations ? adoptPtr(new StyleAnimationDataList(*o.m_animations)) : nullptr) |
+ , m_transitions(o.m_transitions ? adoptPtr(new StyleAnimationDataList(*o.m_transitions)) : nullptr) |
, m_mask(o.m_mask) |
, m_maskBoxImage(o.m_maskBoxImage) |
, m_pageSize(o.m_pageSize) |