Index: Source/core/animation/LengthStyleInterpolation.h |
diff --git a/Source/core/animation/LengthStyleInterpolation.h b/Source/core/animation/LengthStyleInterpolation.h |
index 6968cf76def51ada768d146957c3b572ae5fe298..5d8389238136adccd3353debb6ffa4a3c837a41b 100644 |
--- a/Source/core/animation/LengthStyleInterpolation.h |
+++ b/Source/core/animation/LengthStyleInterpolation.h |
@@ -31,7 +31,7 @@ public: |
DECLARE_VIRTUAL_TRACE(); |
static PassOwnPtrWillBeRawPtr<InterpolableValue> toInterpolableValue(const CSSValue, CSSPropertyID = CSSPropertyInvalid); |
- static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> fromInterpolableValue(const InterpolableValue&, InterpolationRange); |
+ static CSSPrimitiveValue fromInterpolableValue(const InterpolableValue&, InterpolationRange); |
private: |
LengthStyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id, InterpolationRange range) |