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