| Index: Source/core/rendering/style/StyleRareNonInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| index a8314b9bb98b32c37ea7b76307e130262dea3b66..6d028f8aa8dbf46a3f892a4f1184eb8ffc1fe343 100644
|
| --- a/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
|
| @@ -117,8 +117,8 @@ public:
|
|
|
| RefPtr<StyleReflection> m_boxReflect;
|
|
|
| - OwnPtrWillBePersistent<CSSAnimationData> m_animations;
|
| - OwnPtrWillBePersistent<CSSTransitionData> m_transitions;
|
| + OwnPtr<CSSAnimationData> m_animations;
|
| + OwnPtr<CSSTransitionData> m_transitions;
|
|
|
| FillLayer m_mask;
|
| NinePieceImage m_maskBoxImage;
|
|
|