Index: Source/core/animation/LengthStyleInterpolationTest.cpp |
diff --git a/Source/core/animation/LengthStyleInterpolationTest.cpp b/Source/core/animation/LengthStyleInterpolationTest.cpp |
index 50e8f0e34b2cd4e88c33495feee0ff159e22bfcc..692108b7b6b8aa1c1767ee1e0016454cc8f44f94 100644 |
--- a/Source/core/animation/LengthStyleInterpolationTest.cpp |
+++ b/Source/core/animation/LengthStyleInterpolationTest.cpp |
@@ -21,7 +21,7 @@ protected: |
static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToLength(InterpolableValue* value, InterpolationRange range) |
{ |
- return LengthStyleInterpolation::interpolableValueToLength(value, range); |
+ return LengthStyleInterpolation::interpolableValueToLength(*value, range); |
} |
static PassRefPtrWillBeRawPtr<CSSValue> roundTrip(PassRefPtrWillBeRawPtr<CSSValue> value) |