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:
Stephen Li
2015-10-16 11:24:08 -06:00
parent 302b408760
commit c478fe2533
3 changed files with 6 additions and 6 deletions

View File

@@ -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();