| Index: Source/core/animation/ShadowStyleInterpolationTest.cpp
|
| diff --git a/Source/core/animation/ShadowStyleInterpolationTest.cpp b/Source/core/animation/ShadowStyleInterpolationTest.cpp
|
| index b218dda741e229363b919728725a2f477b09c00c..d5dfc85fef6e9e7045c01243a582309cc3989950 100644
|
| --- a/Source/core/animation/ShadowStyleInterpolationTest.cpp
|
| +++ b/Source/core/animation/ShadowStyleInterpolationTest.cpp
|
| @@ -19,7 +19,7 @@ class AnimationShadowStyleInterpolationTest : public ::testing::Test {
|
|
|
| protected:
|
|
|
| - static PassOwnPtrWillBeRawPtr<InterpolableValue> shadowToInterpolableValue(const CSSValue& value, bool styleFlag)
|
| + static PassOwnPtr<InterpolableValue> shadowToInterpolableValue(const CSSValue& value, bool styleFlag)
|
| {
|
| return ShadowStyleInterpolation::shadowToInterpolableValue(value, styleFlag);
|
| }
|
|
|