| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index ea7f64e3b762cbcff13cb65f18ba956eacbf15b6..0b8939a5d08cf45344951a5147ad25ed39ea8dc9 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1371,7 +1371,7 @@ private:
|
| LocaleIdentifierToLocaleMap m_localeCache;
|
|
|
| AnimationClock m_animationClock;
|
| - RefPtrWillBeMember<AnimationTimeline> m_timeline;
|
| + PersistentWillBeMember<AnimationTimeline> m_timeline;
|
| CompositorPendingAnimations m_compositorPendingAnimations;
|
|
|
| RefPtrWillBeMember<Document> m_templateDocument;
|
|
|