Index: Source/core/animation/FilterStyleInterpolationTest.cpp |
diff --git a/Source/core/animation/FilterStyleInterpolationTest.cpp b/Source/core/animation/FilterStyleInterpolationTest.cpp |
index 0b858abd2bdfb97ce65d88f9831ff7019f9655bd..943130a1fef45054935219bad5a3297b5fc74089 100644 |
--- a/Source/core/animation/FilterStyleInterpolationTest.cpp |
+++ b/Source/core/animation/FilterStyleInterpolationTest.cpp |
@@ -17,7 +17,7 @@ protected: |
{ |
CSSValueID functionType; |
ASSERT_TRUE(FilterStyleInterpolation::canCreateFrom(value, value)); |
- OwnPtrWillBeRawPtr<InterpolableValue> interpolableValue = FilterStyleInterpolation::toInterpolableValue(value, functionType); |
+ InterpolableValue* interpolableValue = FilterStyleInterpolation::toInterpolableValue(value, functionType); |
RefPtrWillBeRawPtr<CSSFunctionValue> result = FilterStyleInterpolation::fromInterpolableValue(*interpolableValue, functionType); |
ASSERT_TRUE(value.equals(*result)); |
} |