| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 1b5f305efa212b5b5854e584ccbffc84110154a7..10d603c6f48e8d1947633fd06faf8d4c5e950c67 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;
|
|
|