mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Remove an unnecessary Arc::clone
This commit is contained in:
parent
14eabf0d32
commit
d276e9bc4c
1 changed files with 1 additions and 1 deletions
|
@ -973,7 +973,7 @@ impl<'a, ConcreteThreadSafeLayoutNode: ThreadSafeLayoutNode>
|
||||||
block_flow));
|
block_flow));
|
||||||
let fragment = Fragment::from_opaque_node_and_style(node.opaque(),
|
let fragment = Fragment::from_opaque_node_and_style(node.opaque(),
|
||||||
node.get_pseudo_element_type().strip(),
|
node.get_pseudo_element_type().strip(),
|
||||||
modified_style.clone(),
|
modified_style,
|
||||||
node.selected_style().clone(),
|
node.selected_style().clone(),
|
||||||
node.restyle_damage(),
|
node.restyle_damage(),
|
||||||
fragment_info);
|
fragment_info);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue