| Index: third_party/WebKit/Source/core/animation/ImageListPropertyFunctions.h
|
| diff --git a/third_party/WebKit/Source/core/animation/ImageListPropertyFunctions.h b/third_party/WebKit/Source/core/animation/ImageListPropertyFunctions.h
|
| index cbea878f1d4542107f97ea2afa6cb9a58c51ec51..82558d6a9f97f7bdb5a1cc3cbd52ab28b934fb0c 100644
|
| --- a/third_party/WebKit/Source/core/animation/ImageListPropertyFunctions.h
|
| +++ b/third_party/WebKit/Source/core/animation/ImageListPropertyFunctions.h
|
| @@ -36,7 +36,7 @@ class ImageListPropertyFunctions {
|
| }
|
|
|
| result.clear();
|
| - while (fillLayer && fillLayer->image()) {
|
| + while (fillLayer) {
|
| result.push_back(fillLayer->image());
|
| fillLayer = fillLayer->next();
|
| }
|
|
|