| Index: Source/core/style/StyleFetchedImage.h
|
| diff --git a/Source/core/style/StyleFetchedImage.h b/Source/core/style/StyleFetchedImage.h
|
| index 4f6ecf2c0f9646d45c6c98424f8156f112c6f5b6..bd24990e5cedaa387c0b70d6dc5224ca18d3d09c 100644
|
| --- a/Source/core/style/StyleFetchedImage.h
|
| +++ b/Source/core/style/StyleFetchedImage.h
|
| @@ -44,7 +44,7 @@ public:
|
|
|
| WrappedImagePtr data() const override { return m_image.get(); }
|
|
|
| - PassRefPtrWillBeRawPtr<CSSValue> cssValue() const override;
|
| + PassRefPtr<CSSValue> cssValue() const override;
|
|
|
| bool canRender(const LayoutObject&, float multiplier) const override;
|
| bool isLoaded() const override;
|
|
|