mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
auto merge of #2429 : Ms2ger/servo/page-clone, r=jdm
This commit is contained in:
commit
b4bbf546f4
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