| Index: Source/core/style/StyleFetchedImageSet.cpp
|
| diff --git a/Source/core/style/StyleFetchedImageSet.cpp b/Source/core/style/StyleFetchedImageSet.cpp
|
| index a5d19e7fe5a9c161b2a028ab6e5368432f54a02f..81517115433d21ed8cb71c3a78aebb7d29508df2 100644
|
| --- a/Source/core/style/StyleFetchedImageSet.cpp
|
| +++ b/Source/core/style/StyleFetchedImageSet.cpp
|
| @@ -47,7 +47,7 @@ StyleFetchedImageSet::~StyleFetchedImageSet()
|
| m_bestFitImage->removeClient(this);
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<CSSValue> StyleFetchedImageSet::cssValue() const
|
| +NullableCSSValue StyleFetchedImageSet::cssValue() const
|
| {
|
| return m_imageSetValue;
|
| }
|
|
|