servo: Merge #8035 - Issue 8028: parse_html should take Url rather than &Url (from sliz1:issues/8028); r=Manishearth
fixes #8028 Source-Repo: https://github.com/servo/servo Source-Revision: 96ca6b6c6d1a7681e8b16fb313d548fc93753c67
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user