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

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

Issue 204743002: Oilpan: Move AnimatableValue's hierarchy to oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | « Source/core/animation/AnimatableUnknown.h ('k') | Source/core/animation/AnimatableValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimatableUnknownTest.cpp
diff --git a/Source/core/animation/AnimatableUnknownTest.cpp b/Source/core/animation/AnimatableUnknownTest.cpp
index 2785dfe049751466b705cc487a426335ee2016de..d9b315cc1411a829c81b5032e979b2acc9584087 100644
--- a/Source/core/animation/AnimatableUnknownTest.cpp
+++ b/Source/core/animation/AnimatableUnknownTest.cpp
@@ -52,10 +52,9 @@ protected:
}
RefPtrWillBePersistent<CSSValue> cssValue;
- RefPtr<AnimatableValue> animatableUnknown;
-
+ RefPtrWillBePersistent<AnimatableValue> animatableUnknown;
RefPtrWillBePersistent<CSSValue> otherCSSValue;
- RefPtr<AnimatableValue> otherAnimatableUnknown;
+ RefPtrWillBePersistent<AnimatableValue> otherAnimatableUnknown;
};
TEST_F(AnimationAnimatableUnknownTest, Create)
« no previous file with comments | « Source/core/animation/AnimatableUnknown.h ('k') | Source/core/animation/AnimatableValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698