Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index f7051276f6b216e4f3b7a85478569c35e0dbe25c..908c38778fcbd635aeeaf93243057afad8c14ff1 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; |