| Index: Source/core/style/StyleFetchedImage.cpp
|
| diff --git a/Source/core/style/StyleFetchedImage.cpp b/Source/core/style/StyleFetchedImage.cpp
|
| index 5f3d9d007bae15292386c4ff5aa78bf896b5b7ec..67c652580dfd60314ca1ffcaf091542f16c9a46d 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
|
| +PassRefPtr<CSSValue> StyleFetchedImage::cssValue() const
|
| {
|
| return CSSImageValue::create(m_image->url(), const_cast<StyleFetchedImage*>(this));
|
| }
|
|
|