| 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 ecc25a64c31c6cc8775f71fab0872cd5df04d66f..6fdfc32e085a10cba2f36bb8223a4c52c39d21f2 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp
|
| @@ -177,7 +177,7 @@ 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_),
|
| - variables_(o.variables_ ? o.variables_->Copy() : nullptr),
|
| + variables_(o.variables_ ? o.variables_->Clone() : nullptr),
|
| align_content_(o.align_content_),
|
| align_items_(o.align_items_),
|
| align_self_(o.align_self_),
|
|
|