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

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

Issue 273843003: [Oilpan]: Make StylePropertySet fully garbage collected. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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/css/CSSCalculationValueTest.cpp » ('j') | Source/core/css/StylePropertySet.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/InterpolationTest.cpp
diff --git a/Source/core/animation/InterpolationTest.cpp b/Source/core/animation/InterpolationTest.cpp
index 9e01093b232f799b326ffb0d8ab54e8dca5fe9bd..67dc639564090f0f6b3c9f3299b9c8f86d71a523 100644
--- a/Source/core/animation/InterpolationTest.cpp
+++ b/Source/core/animation/InterpolationTest.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') | Source/core/css/StylePropertySet.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698