| Index: third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h b/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h
|
| index 0670f68f5becae5eb3a847dbeaba123cb660b53d..23ccd4d69e68862cc21f3f29cb43c6112e74b778 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h
|
| @@ -70,7 +70,7 @@ class CORE_EXPORT CSSStyleImageValue : public CSSResourceValue,
|
| ResourceStatus Status() const override {
|
| if (IsCachePending())
|
| return ResourceStatus::kNotStarted;
|
| - return image_value_->CachedImage()->CachedImage()->GetStatus();
|
| + return image_value_->CachedImage()->CachedImage()->GetContentStatus();
|
| }
|
|
|
| const CSSImageValue* CssImageValue() const { return image_value_.Get(); };
|
|
|