mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +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,
|
script_chan: script_chan,
|
||||||
console: None,
|
console: None,
|
||||||
compositor: Untraceable::new(compositor),
|
compositor: Untraceable::new(compositor),
|
||||||
page: page.clone(),
|
page: page,
|
||||||
location: None,
|
location: None,
|
||||||
navigator: None,
|
navigator: None,
|
||||||
image_cache_task: image_cache_task,
|
image_cache_task: image_cache_task,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue