aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-10-10 18:34:28 +0200
committerMs2ger <Ms2ger@gmail.com>2016-10-13 11:10:39 +0200
commitd0323e3a5059a2f6b68f0f85f6e41ea56bad85e5 (patch)
tree982c3a69b44141767af12e39b90bc31bbd9697e3 /components/script/script_thread.rs
parent7b905a5590c08a7703cfb8b8ab14e9cb78c61187 (diff)
downloadservo-d0323e3a5059a2f6b68f0f85f6e41ea56bad85e5.tar.gz
servo-d0323e3a5059a2f6b68f0f85f6e41ea56bad85e5.zip
Remove DocumentLoader::pipeline.
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index dfd5b0300b3..ec36cf64e0e 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -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 {