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