| Index: Source/core/animation/ShadowStyleInterpolation.h
|
| diff --git a/Source/core/animation/ShadowStyleInterpolation.h b/Source/core/animation/ShadowStyleInterpolation.h
|
| index 84ff16358ab405100a380906c9109a585ea43638..6e10e54c924eb89122df2db9912db2c66851b974 100644
|
| --- a/Source/core/animation/ShadowStyleInterpolation.h
|
| +++ b/Source/core/animation/ShadowStyleInterpolation.h
|
| @@ -39,7 +39,7 @@ private:
|
| return fromInterpolableValue(value, type, range);
|
| }
|
|
|
| - static PassOwnPtrWillBeRawPtr<InterpolableValue> lengthToInterpolableValue(NullableCSSValue);
|
| + static PassOwnPtrWillBeRawPtr<InterpolableValue> lengthToInterpolableValue(const NullableCSSValue&);
|
|
|
| friend class AnimationShadowStyleInterpolationTest;
|
| };
|
|
|