| Index: Source/core/style/StyleImage.h
|
| diff --git a/Source/core/style/StyleImage.h b/Source/core/style/StyleImage.h
|
| index 5457c38eb03bc13dc9c2e3d76d0fcd72e56676e1..b4cc2df764c514d8d3bd6f77fe6789680924a32d 100644
|
| --- a/Source/core/style/StyleImage.h
|
| +++ b/Source/core/style/StyleImage.h
|
| @@ -50,7 +50,7 @@ public:
|
| return data() == other.data();
|
| }
|
|
|
| - virtual PassRefPtrWillBeRawPtr<CSSValue> cssValue() const = 0;
|
| + virtual PassRefPtr<CSSValue> cssValue() const = 0;
|
|
|
| virtual bool canRender(const LayoutObject&, float /*multiplier*/) const { return true; }
|
| virtual bool isLoaded() const { return true; }
|
|
|