Remove an unnecessary Arc::clone

This commit is contained in:
Matt Brubeck 2016-04-06 15:06:51 -07:00
parent 14eabf0d32
commit d276e9bc4c

View file

@ -973,7 +973,7 @@ impl<'a, ConcreteThreadSafeLayoutNode: ThreadSafeLayoutNode>
block_flow));
let fragment = Fragment::from_opaque_node_and_style(node.opaque(),
node.get_pseudo_element_type().strip(),
modified_style.clone(),
modified_style,
node.selected_style().clone(),
node.restyle_damage(),
fragment_info);