| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 6fcbfc5ba199143d53e223c5b876a446e403f918..92e96b257f34ee75c6710973e8dc9ed89adf3910 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1362,8 +1362,8 @@ private:
|
| LocaleIdentifierToLocaleMap m_localeCache;
|
|
|
| OwnPtr<AnimationClock> m_animationClock;
|
| - RefPtr<DocumentTimeline> m_timeline;
|
| - RefPtr<DocumentTimeline> m_transitionTimeline;
|
| + RefPtrWillBePersistent<DocumentTimeline> m_timeline;
|
| + RefPtrWillBePersistent<DocumentTimeline> m_transitionTimeline;
|
| CompositorPendingAnimations m_compositorPendingAnimations;
|
|
|
| RefPtr<Document> m_templateDocument;
|
|
|