mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Issue 8028: parse_html
should take Url
rather than &Url
This commit is contained in:
parent
5a0a91eba7
commit
e83d5a9669
3 changed files with 6 additions and 6 deletions
|
@ -1648,7 +1648,7 @@ impl ScriptTask {
|
|||
"".to_owned()
|
||||
};
|
||||
|
||||
parse_html(document.r(), parse_input, &final_url,
|
||||
parse_html(document.r(), parse_input, final_url,
|
||||
ParseContext::Owner(Some(incomplete.pipeline_id)));
|
||||
|
||||
page_remover.neuter();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue