mirror of
https://github.com/servo/servo.git
synced 2025-09-20 11:50:09 +01:00
Remove Optional pipeline_id
This commit is contained in:
parent
f183d66217
commit
5c3bda0251
5 changed files with 14 additions and 18 deletions
|
@ -110,7 +110,7 @@ impl ServiceWorkerRegistration {
|
|||
let worker_load_origin = WorkerScriptLoadOrigin {
|
||||
referrer_url: None,
|
||||
referrer_policy: None,
|
||||
pipeline_id: Some(global.pipeline_id()),
|
||||
pipeline_id: global.pipeline_id(),
|
||||
};
|
||||
|
||||
let worker_id = WorkerId(Uuid::new_v4());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue