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