| Index: Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| index 6068a1b6c67bb4403473531221b8a99b46df7c40..3ffe9d918b530992c3a2762cf66c11d3862e4b4b 100644
|
| --- a/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| +++ b/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| @@ -156,7 +156,7 @@ inline static PassRefPtr<AnimatableValue> createFromLengthSize(const LengthSize&
|
| inline static PassRefPtr<AnimatableValue> createFromStyleImage(StyleImage* image)
|
| {
|
| if (image)
|
| - return AnimatableImage::create(image);
|
| + return AnimatableImage::create(*image);
|
| return AnimatableUnknown::create(CSSValueNone);
|
| }
|
|
|
|
|