| Index: third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp
|
| index 54d395460edaeea4335e46b9310fdb5e0b3e4bc7..cd81de4b7c327652df77ba857eef404ab595add5 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp
|
| @@ -62,7 +62,7 @@ InterpolationValue CSSImageListInterpolationType::maybeConvertStyleImageList(
|
| return ListInterpolationFunctions::createList(
|
| imageList.size(), [&imageList](size_t index) {
|
| return CSSImageInterpolationType::maybeConvertStyleImage(
|
| - *imageList[index], false);
|
| + imageList[index].get(), false);
|
| });
|
| }
|
|
|
|
|