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

Unified Diff: Source/core/animation/AnimationTimelineTest.cpp

Issue 313023003: Oilpan: Replace RefPtrs to Document in core/{accessibility,animation,fetch} with Oilpan transition … (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/animation/AnimationTimelineTest.cpp
diff --git a/Source/core/animation/AnimationTimelineTest.cpp b/Source/core/animation/AnimationTimelineTest.cpp
index 3580d35b4fc26ba07f77ae56503b3e920c4b34c3..5417cc80f66acd694f4d33fc09fb2ab5e60d26d7 100644
--- a/Source/core/animation/AnimationTimelineTest.cpp
+++ b/Source/core/animation/AnimationTimelineTest.cpp
@@ -109,7 +109,7 @@ protected:
timeline->serviceAnimations(TimingUpdateForAnimationFrame);
}
- RefPtr<Document> document;
+ RefPtrWillBePersistent<Document> document;
RefPtrWillBePersistent<Element> element;
RefPtrWillBePersistent<AnimationTimeline> timeline;
Timing timing;

Powered by Google App Engine
This is Rietveld 408576698