Skip to content

Commit

Permalink
Auto merge of #23191 - paulrouget:no_proxy_clone, r=ferjm
Browse files Browse the repository at this point in the history
Remove useless embedder proxy clone

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23191)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Apr 12, 2019
2 parents c24420d + 906a33a commit 1e4b42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/constellation/constellation.rs
Expand Up @@ -2899,7 +2899,7 @@ where
},
None => {
let event = (None, EmbedderMsg::Keyboard(event));
self.embedder_proxy.clone().send(event);
self.embedder_proxy.send(event);
},
}
}
Expand Down

0 comments on commit 1e4b42a

Please sign in to comment.