Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(619)

Unified Diff: Source/core/dom/Document.h

Issue 225073004: Oilpan: Completely move core/animations/ to oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698