| Index: Source/core/style/StyleFetchedImageSet.h
|
| diff --git a/Source/core/style/StyleFetchedImageSet.h b/Source/core/style/StyleFetchedImageSet.h
|
| index 3faf1067584a0f5a8bb6d250bfe761c0030f0f99..995841b25bb145823e29abe1aa460872c96a4a8b 100644
|
| --- a/Source/core/style/StyleFetchedImageSet.h
|
| +++ b/Source/core/style/StyleFetchedImageSet.h
|
| @@ -47,7 +47,7 @@ public:
|
| }
|
| virtual ~StyleFetchedImageSet();
|
|
|
| - virtual PassRefPtrWillBeRawPtr<CSSValue> cssValue() const override;
|
| + virtual CSSValue cssValue() const override;
|
|
|
| // FIXME: This is used by StyleImage for equals comparison, but this implementation
|
| // only looks at the image from the set that we have loaded. I'm not sure if that is
|
|
|