mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove url field from Page
This commit is contained in:
parent
243446eff3
commit
58a31b07b4
2 changed files with 2 additions and 9 deletions
|
@ -1196,7 +1196,7 @@ impl ScriptTask {
|
|||
});
|
||||
|
||||
// Create a new frame tree entry.
|
||||
let page = Rc::new(Page::new(incomplete.pipeline_id, final_url.clone()));
|
||||
let page = Rc::new(Page::new(incomplete.pipeline_id));
|
||||
if !root_page_exists {
|
||||
// We have a new root frame tree.
|
||||
*self.page.borrow_mut() = Some(page.clone());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue