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

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, 7 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 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;

Powered by Google App Engine
This is Rietveld 408576698