aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/fetch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/fetch.rs')
-rw-r--r--components/script/fetch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/fetch.rs b/components/script/fetch.rs
index 266f848ec7a..39dbfccb603 100644
--- a/components/script/fetch.rs
+++ b/components/script/fetch.rs
@@ -195,7 +195,7 @@ pub fn Fetch(
global.fetch(
request_init,
fetch_context,
- global.networking_task_source(),
+ global.task_manager().networking_task_source(),
None,
);