mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #10402 - mbrubeck:make_mut, r=pcwalton
Avoid unnecessary Arc::clone and Arc::make_mut r? @pcwalton <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10402) <!-- Reviewable:end -->
This commit is contained in:
commit
39ab006c8f
2 changed files with 13 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue