mirror of
https://github.com/servo/servo.git
synced 2025-07-25 08:10:21 +01:00
Kill ServoParser::pipeline
This commit is contained in:
parent
90839305ae
commit
d8238646a0
5 changed files with 20 additions and 48 deletions
|
@ -1849,17 +1849,9 @@ impl ScriptThread {
|
|||
document.set_https_state(metadata.https_state);
|
||||
|
||||
if is_html_document == IsHTMLDocument::NonHTMLDocument {
|
||||
ServoParser::parse_xml_document(
|
||||
&document,
|
||||
parse_input,
|
||||
final_url,
|
||||
Some(incomplete.pipeline_id));
|
||||
ServoParser::parse_xml_document(&document, parse_input, final_url);
|
||||
} else {
|
||||
ServoParser::parse_html_document(
|
||||
&document,
|
||||
parse_input,
|
||||
final_url,
|
||||
Some(incomplete.pipeline_id));
|
||||
ServoParser::parse_html_document(&document, parse_input, final_url);
|
||||
}
|
||||
|
||||
if incomplete.is_frozen {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue