| Index: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| index 327bb01b8ede4aa71753a04e61eff4b34a9af1eb..72b1d5bed51749df667d0f8437e12a5dd4f723d8 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| @@ -177,9 +177,8 @@ StyleRareNonInheritedData::StyleRareNonInheritedData(
|
| visited_link_border_top_color_(o.visited_link_border_top_color_),
|
| visited_link_border_bottom_color_(o.visited_link_border_bottom_color_),
|
| callback_selectors_(o.callback_selectors_),
|
| - paint_images_(o.paint_images_
|
| - ? new Vector<Persistent<StyleImage>>(*o.paint_images_)
|
| - : nullptr),
|
| + paint_images_(o.paint_images_ ? new PaintImages(*o.paint_images_)
|
| + : nullptr),
|
| variables_(o.variables_ ? o.variables_->Clone() : nullptr),
|
| align_content_(o.align_content_),
|
| align_items_(o.align_items_),
|
|
|