| 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 5ec10225d42a45abad425723106a7dca7d73a7a0..623ab3f1d3f8080921eb9d1b9d785af4566ae27b 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| @@ -176,6 +176,10 @@ StyleRareNonInheritedData::StyleRareNonInheritedData(
|
| visited_link_border_right_color_(o.visited_link_border_right_color_),
|
| 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),
|
| variables_(o.variables_ ? o.variables_->Clone() : nullptr),
|
| align_content_(o.align_content_),
|
| align_items_(o.align_items_),
|
|
|