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