mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
added pipelines to all task sources
changed task sources to accept pipeline ids
This commit is contained in:
@@ -1285,7 +1285,7 @@ impl XMLHttpRequest {
|
||||
|
||||
let (task_source, script_port) = if self.sync.get() {
|
||||
let (tx, rx) = global.new_script_pair();
|
||||
(NetworkingTaskSource(tx), Some(rx))
|
||||
(NetworkingTaskSource(tx, global.pipeline_id()), Some(rx))
|
||||
} else {
|
||||
(global.networking_task_source(), None)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user