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

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

Issue 184313004: Move all RefPtr's to CSSValue to oilpan transition types, except for the one in CSSCursorImageValue. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix comment 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/css/CSSComputedStyleDeclaration.cpp » ('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 5ca176071084dd2e7e07fac350af80fe89f174a0..2785dfe049751466b705cc487a426335ee2016de 100644
--- a/Source/core/animation/AnimatableUnknownTest.cpp
+++ b/Source/core/animation/AnimatableUnknownTest.cpp
@@ -51,10 +51,10 @@ protected:
otherAnimatableUnknown = AnimatableUnknown::create(otherCSSValue);
}
- RefPtr<CSSValue> cssValue;
+ RefPtrWillBePersistent<CSSValue> cssValue;
RefPtr<AnimatableValue> animatableUnknown;
- RefPtr<CSSValue> otherCSSValue;
+ RefPtrWillBePersistent<CSSValue> otherCSSValue;
RefPtr<AnimatableValue> otherAnimatableUnknown;
};
« no previous file with comments | « Source/core/animation/AnimatableUnknown.h ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698