mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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,
|
||||
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