| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index 1fe253cdc9ff2d8785062eebf28bdba8d2e7d55c..5db9843097a4d368f3d8e4a1b824cfd7a1b59a0a 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -921,7 +921,7 @@ void ComputedStyle::UpdatePropertySpecificDifferences(
|
| void ComputedStyle::AddPaintImage(StyleImage* image) {
|
| if (!rare_non_inherited_data_.Access()->paint_images_) {
|
| rare_non_inherited_data_.Access()->paint_images_ =
|
| - WTF::MakeUnique<Vector<Persistent<StyleImage>>>();
|
| + WTF::MakeUnique<PaintImages>();
|
| }
|
| rare_non_inherited_data_.Access()->paint_images_->push_back(image);
|
| }
|
|
|