mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Avoid unnecessary Rc clone in Window::new.
This commit is contained in:
parent
288550a2bf
commit
44fb9eb28f
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ impl Window {
|
|||
script_chan: script_chan,
|
||||
console: None,
|
||||
compositor: Untraceable::new(compositor),
|
||||
page: page.clone(),
|
||||
page: page,
|
||||
location: None,
|
||||
navigator: None,
|
||||
image_cache_task: image_cache_task,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue