mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove Optional pipeline_id
This commit is contained in:
parent
f183d66217
commit
5c3bda0251
5 changed files with 14 additions and 18 deletions
|
@ -97,7 +97,7 @@ impl Worker {
|
|||
let worker_load_origin = WorkerScriptLoadOrigin {
|
||||
referrer_url: None,
|
||||
referrer_policy: None,
|
||||
pipeline_id: Some(global.pipeline_id()),
|
||||
pipeline_id: global.pipeline_id(),
|
||||
};
|
||||
|
||||
let (devtools_sender, devtools_receiver) = ipc::channel().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue