mirror of
https://github.com/servo/servo.git
synced 2025-06-09 09:03:23 +00:00
Remove DocumentLoader::pipeline.
This commit is contained in:
parent
7b905a5590
commit
d0323e3a50
2 changed files with 1 additions and 6 deletions
|
@ -1729,7 +1729,6 @@ impl ScriptThread {
|
|||
});
|
||||
|
||||
let loader = DocumentLoader::new_with_threads(self.resource_threads.clone(),
|
||||
Some(browsing_context.pipeline_id()),
|
||||
Some(incomplete.url.clone()));
|
||||
|
||||
let is_html_document = match metadata.content_type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue