From d0323e3a5059a2f6b68f0f85f6e41ea56bad85e5 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 10 Oct 2016 18:34:28 +0200 Subject: Remove DocumentLoader::pipeline. --- components/script/script_thread.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'components/script/script_thread.rs') 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 { -- cgit v1.2.3