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