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