Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index df3609baa3a18d8ebc9a03b3aea35c4c3a264bb3..69287d34864a66170d23810cc34aed08ec8bb6d5 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -1376,8 +1376,8 @@ private: |
LocaleIdentifierToLocaleMap m_localeCache; |
OwnPtr<AnimationClock> m_animationClock; |
- RefPtr<DocumentTimeline> m_timeline; |
- RefPtr<DocumentTimeline> m_transitionTimeline; |
+ RefPtrWillBeMember<DocumentTimeline> m_timeline; |
+ RefPtrWillBeMember<DocumentTimeline> m_transitionTimeline; |
CompositorPendingAnimations m_compositorPendingAnimations; |
RefPtrWillBeMember<Document> m_templateDocument; |