| 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;
|
|
|