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

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 659a2cc4889d1c5c882952be6401ba919c1537d1..c2b0768518af5083ece63c91a6f93215e84d017c 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1355,8 +1355,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;
« Source/core/animation/ActiveAnimations.h ('K') | « Source/core/animation/css/TransitionTimeline.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698