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

Unified Diff: Source/core/animation/AnimationTest.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/AnimationTest.cpp
diff --git a/Source/core/animation/AnimationTest.cpp b/Source/core/animation/AnimationTest.cpp
index 77a11401b332fbd54d0fe724bacdd2b2b11046cd..4c4cf5278f4689f0ae286d7786fa791a16687ebc 100644
--- a/Source/core/animation/AnimationTest.cpp
+++ b/Source/core/animation/AnimationTest.cpp
@@ -28,7 +28,7 @@ protected:
EXPECT_EQ(0, document->timeline().currentTime());
}
- RefPtr<Document> document;
+ RefPtrWillBePersistent<Document> document;
RefPtrWillBePersistent<Element> element;
TrackExceptionState exceptionState;
};

Powered by Google App Engine
This is Rietveld 408576698