| Index: third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
|
| index 4e16bbd8741ad720397cdad2edeb7e5ae112c5ba..75026667dbbec063d2822a1081a75d003c7d68fa 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
|
| @@ -56,8 +56,7 @@ ImageResource* StyleFetchedImage::cachedImage() const {
|
| }
|
|
|
| CSSValue* StyleFetchedImage::cssValue() const {
|
| - return CSSImageValue::create(m_image->url(),
|
| - const_cast<StyleFetchedImage*>(this));
|
| + return CSSImageValue::create(m_url, const_cast<StyleFetchedImage*>(this));
|
| }
|
|
|
| CSSValue* StyleFetchedImage::computedCSSValue() const {
|
|
|