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