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

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

Issue 301523002: Oilpan: convert remaining dom + page Element refs to transition types. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimationTimelineTest.cpp
diff --git a/Source/core/animation/AnimationTimelineTest.cpp b/Source/core/animation/AnimationTimelineTest.cpp
index 7efd8db66c71407503ffe1e858bb5aa12a7e21b1..3507722685fbffa2cec4078b11b9129a63d2afaf 100644
--- a/Source/core/animation/AnimationTimelineTest.cpp
+++ b/Source/core/animation/AnimationTimelineTest.cpp
@@ -98,9 +98,9 @@ protected:
virtual void TearDown()
{
- timeline.release();
document.release();
element.release();
+ timeline.release();
}
void updateClockAndService(double time)
@@ -110,7 +110,7 @@ protected:
}
RefPtr<Document> document;
- RefPtr<Element> element;
+ RefPtrWillBePersistent<Element> element;
RefPtrWillBePersistent<AnimationTimeline> timeline;
Timing timing;
MockPlatformTiming* platformTiming;
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698