Index: Source/core/animation/ColorStyleInterpolation.cpp |
diff --git a/Source/core/animation/ColorStyleInterpolation.cpp b/Source/core/animation/ColorStyleInterpolation.cpp |
index 5c9a618bafc0d4ceef9d5cbc5d1856cf59595e89..c3e6241f06ed262a51cfeab2230e3b7cc0aa7fab 100644 |
--- a/Source/core/animation/ColorStyleInterpolation.cpp |
+++ b/Source/core/animation/ColorStyleInterpolation.cpp |
@@ -50,7 +50,7 @@ PassOwnPtrWillBeRawPtr<InterpolableValue> ColorStyleInterpolation::colorToInterp |
return list->clone(); |
} |
-PassRefPtrWillBeRawPtr<CSSPrimitiveValue> ColorStyleInterpolation::interpolableValueToColor(const InterpolableValue& value) |
+CSSPrimitiveValue ColorStyleInterpolation::interpolableValueToColor(const InterpolableValue& value) |
{ |
ASSERT(value.isList()); |
const InterpolableList* list = toInterpolableList(&value); |