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

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

Issue 1318543009: Oilpan: Partially ship Oilpan for core/animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 984cb7a79d26a6f3db6711c1401c66f78042bcd4..6209245302af4da6eae8be6bf5b5f4fc1d4af217 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1358,7 +1358,7 @@ private:
LocaleIdentifierToLocaleMap m_localeCache;
AnimationClock m_animationClock;
- RefPtrWillBeMember<AnimationTimeline> m_timeline;
+ PersistentWillBeMember<AnimationTimeline> m_timeline;
CompositorPendingAnimations m_compositorPendingAnimations;
RefPtrWillBeMember<Document> m_templateDocument;

Powered by Google App Engine
This is Rietveld 408576698