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