| Index: Source/core/style/StyleFetchedImage.cpp
|
| diff --git a/Source/core/style/StyleFetchedImage.cpp b/Source/core/style/StyleFetchedImage.cpp
|
| index f3cb2756955b44ad6944809baebc468f7276f10d..f526b885710c616e177e3bf8b4f7c1be9db21c84 100644
|
| --- a/Source/core/style/StyleFetchedImage.cpp
|
| +++ b/Source/core/style/StyleFetchedImage.cpp
|
| @@ -44,7 +44,7 @@ StyleFetchedImage::~StyleFetchedImage()
|
| m_image->removeClient(this);
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<CSSValue> StyleFetchedImage::cssValue() const
|
| +CSSValue StyleFetchedImage::cssValue() const
|
| {
|
| return CSSImageValue::create(m_image->url(), const_cast<StyleFetchedImage*>(this));
|
| }
|
|
|