| Index: Source/core/animation/LengthPairStyleInterpolationTest.cpp
|
| diff --git a/Source/core/animation/LengthPairStyleInterpolationTest.cpp b/Source/core/animation/LengthPairStyleInterpolationTest.cpp
|
| index 72de950ed0dedb747ad065c1d188865f18a3232b..90de0998bedcf4ea4550f040c44085c566263b84 100644
|
| --- a/Source/core/animation/LengthPairStyleInterpolationTest.cpp
|
| +++ b/Source/core/animation/LengthPairStyleInterpolationTest.cpp
|
| @@ -17,7 +17,7 @@ namespace blink {
|
| class LengthPairStyleInterpolationTest : public ::testing::Test {
|
|
|
| protected:
|
| - static PassOwnPtrWillBeRawPtr<InterpolableValue> lengthPairToInterpolableValue(const CSSValue& value)
|
| + static PassOwnPtr<InterpolableValue> lengthPairToInterpolableValue(const CSSValue& value)
|
| {
|
| return LengthPairStyleInterpolation::lengthPairToInterpolableValue(value);
|
| }
|
|
|