| 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..3202f0fda55be123bbe61db0f7d123eb22b0dfb8 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->cssValue());
|
| return AnimatableUnknown::create(CSSValueNone);
|
| }
|
|
|
|
|