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

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

Issue 1276183004: Oilpan: Unship oilpan from temporary animation objects (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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/animatable/AnimatableUnknownTest.cpp
diff --git a/Source/core/animation/animatable/AnimatableUnknownTest.cpp b/Source/core/animation/animatable/AnimatableUnknownTest.cpp
index d4c2c0f0b0ebdbfbe42e47443d9ca0ec86502fbb..390625d96302287d1af024fefd46580963a7295b 100644
--- a/Source/core/animation/animatable/AnimatableUnknownTest.cpp
+++ b/Source/core/animation/animatable/AnimatableUnknownTest.cpp
@@ -49,9 +49,9 @@ protected:
}
RefPtrWillBePersistent<CSSValue> cssValue;
- RefPtrWillBePersistent<AnimatableValue> animatableUnknown;
+ RefPtr<AnimatableValue> animatableUnknown;
RefPtrWillBePersistent<CSSValue> otherCSSValue;
- RefPtrWillBePersistent<AnimatableValue> otherAnimatableUnknown;
+ RefPtr<AnimatableValue> otherAnimatableUnknown;
};
TEST_F(AnimationAnimatableUnknownTest, Create)

Powered by Google App Engine
This is Rietveld 408576698