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

Unified Diff: Source/core/animation/interpolation/LengthStyleInterpolationTest.cpp

Issue 273843003: [Oilpan]: Make StylePropertySet fully garbage collected. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review feedback 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
« no previous file with comments | « no previous file | Source/core/css/CSSCalculationValueTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/interpolation/LengthStyleInterpolationTest.cpp
diff --git a/Source/core/animation/interpolation/LengthStyleInterpolationTest.cpp b/Source/core/animation/interpolation/LengthStyleInterpolationTest.cpp
index 8120e846fdfee41a984b49e00eaf353316e909bf..82848d433cf5fbed2bd4a1fdba5bc8103df3cafd 100644
--- a/Source/core/animation/interpolation/LengthStyleInterpolationTest.cpp
+++ b/Source/core/animation/interpolation/LengthStyleInterpolationTest.cpp
@@ -63,7 +63,7 @@ protected:
CSSLengthArray& setLengthArray(CSSLengthArray& lengthArray, String text)
{
initLengthArray(lengthArray);
- RefPtr<MutableStylePropertySet> propertySet = MutableStylePropertySet::create();
+ RefPtrWillBeRawPtr<MutableStylePropertySet> propertySet = MutableStylePropertySet::create();
propertySet->setProperty(CSSPropertyLeft, text);
toCSSPrimitiveValue(propertySet->getPropertyCSSValue(CSSPropertyLeft).get())->accumulateLengthArray(lengthArray);
return lengthArray;
« no previous file with comments | « no previous file | Source/core/css/CSSCalculationValueTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698