| Index: third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp
|
| index 0dc1b250af58f45ade02c62684f3ff7e43dad05d..07a1b59e7880ee30e4c2a60f111a4243aa754ec0 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp
|
| @@ -66,7 +66,7 @@ static ImageResource* cachedImageForCSSValue(CSSValue* value, Document* document
|
| return nullptr;
|
|
|
| if (value->isImageValue()) {
|
| - StyleFetchedImage* styleImageResource = toCSSImageValue(value)->cacheImage(document);
|
| + StyleImage* styleImageResource = toCSSImageValue(value)->cacheImage(document);
|
| if (!styleImageResource)
|
| return nullptr;
|
|
|
|
|