| Index: Source/core/style/StyleImage.h
|
| diff --git a/Source/core/style/StyleImage.h b/Source/core/style/StyleImage.h
|
| index 27866746c22b3f13b46f94c5bf34b600ae376695..c1bf71c6619387bdee8147da5458d8bad1b1206f 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 NullableCSSValue cssValue() const = 0;
|
|
|
| virtual bool canRender(const LayoutObject&, float /*multiplier*/) const { return true; }
|
| virtual bool isLoaded() const { return true; }
|
|
|