| 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 c8f666e9ff9ee3a8d4ab1b3537607f41aef7318b..7da221cd9cad98330545d541db6fd6249b427fb0 100644
|
| --- a/third_party/WebKit/Source/core/animation/ImageListPropertyFunctions.h
|
| +++ b/third_party/WebKit/Source/core/animation/ImageListPropertyFunctions.h
|
| @@ -7,10 +7,11 @@
|
|
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/style/ComputedStyle.h"
|
| +#include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|
| -using StyleImageList = WillBeHeapVector<RefPtrWillBeRawPtr<StyleImage>, 1>;
|
| +using StyleImageList = WillBePersistentHeapVector<RefPtrWillBeMember<StyleImage>, 1>;
|
|
|
| class ImageListPropertyFunctions {
|
| public:
|
|
|