| 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 7da221cd9cad98330545d541db6fd6249b427fb0..1105e0723947dc92b78ac052ff7825c219565e3f 100644
|
| --- a/third_party/WebKit/Source/core/animation/ImageListPropertyFunctions.h
|
| +++ b/third_party/WebKit/Source/core/animation/ImageListPropertyFunctions.h
|
| @@ -11,7 +11,7 @@
|
|
|
| namespace blink {
|
|
|
| -using StyleImageList = WillBePersistentHeapVector<RefPtrWillBeMember<StyleImage>, 1>;
|
| +using StyleImageList = PersistentHeapVector<Member<StyleImage>, 1>;
|
|
|
| class ImageListPropertyFunctions {
|
| public:
|
|
|