Index: Source/core/animation/LengthPairStyleInterpolation.h |
diff --git a/Source/core/animation/LengthPairStyleInterpolation.h b/Source/core/animation/LengthPairStyleInterpolation.h |
index 7f20355f69a73234643d2814c34708d0954af669..3be0f6a32be24b4e234b3bd6ea8c20c0577f59eb 100644 |
--- a/Source/core/animation/LengthPairStyleInterpolation.h |
+++ b/Source/core/animation/LengthPairStyleInterpolation.h |
@@ -29,7 +29,7 @@ private: |
} |
static PassOwnPtrWillBeRawPtr<InterpolableValue> lengthPairToInterpolableValue(const CSSValue&); |
- static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToLengthPair(InterpolableValue*, InterpolationRange); |
+ static PassRefPtr<CSSValue> interpolableValueToLengthPair(InterpolableValue*, InterpolationRange); |
InterpolationRange m_range; |