diff --git a/components/net/http_loader.rs b/components/net/http_loader.rs index bf0a2a4072e..464e7bc54b1 100644 --- a/components/net/http_loader.rs +++ b/components/net/http_loader.rs @@ -80,10 +80,10 @@ fn inner_url(url: &Url) -> Url { } fn load_for_consumer(load_data: LoadData, - start_chan: LoadConsumer, - classifier: Arc, - resource_mgr_chan: IpcSender, - devtools_chan: Option>) { + start_chan: LoadConsumer, + classifier: Arc, + resource_mgr_chan: IpcSender, + devtools_chan: Option>) { match load::(load_data, resource_mgr_chan, devtools_chan, &NetworkHttpRequestFactory) { Err(LoadError::UnsupportedScheme(url)) => {