| Index: Source/core/style/StyleGeneratedImage.cpp
|
| diff --git a/Source/core/style/StyleGeneratedImage.cpp b/Source/core/style/StyleGeneratedImage.cpp
|
| index 382c11c2e9ed223aa72672d101cfc88730ff1b6d..cc916bd5f2b49e7d3ead0856838a1de3b91961bc 100644
|
| --- a/Source/core/style/StyleGeneratedImage.cpp
|
| +++ b/Source/core/style/StyleGeneratedImage.cpp
|
| @@ -37,7 +37,7 @@ StyleGeneratedImage::StyleGeneratedImage(PassRefPtrWillBeRawPtr<CSSImageGenerato
|
| m_isGeneratedImage = true;
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<CSSValue> StyleGeneratedImage::cssValue() const
|
| +CSSValue StyleGeneratedImage::cssValue() const
|
| {
|
| return m_imageGeneratorValue.get();
|
| }
|
|
|