mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove ScopeThings::pipeline_id
It can be retrieved through its init field.
This commit is contained in:
parent
1aebe9fde6
commit
d02a615fcc
3 changed files with 1 additions and 4 deletions
|
@ -60,7 +60,6 @@ impl ServiceWorkerRegistration {
|
|||
let init = prepare_workerscope_init(global, None);
|
||||
ScopeThings {
|
||||
script_url: script_url,
|
||||
pipeline_id: global.pipeline_id(),
|
||||
init: init,
|
||||
worker_load_origin: worker_load_origin,
|
||||
devtools_chan: global.devtools_chan(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue