mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +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
|
@ -87,7 +87,7 @@ impl ServiceWorkerManager {
|
|||
title: title,
|
||||
url: scope_things.script_url.clone(),
|
||||
};
|
||||
let _ = chan.send(ScriptToDevtoolsControlMsg::NewGlobal((scope_things.pipeline_id,
|
||||
let _ = chan.send(ScriptToDevtoolsControlMsg::NewGlobal((scope_things.init.pipeline_id,
|
||||
Some(scope_things.worker_id)),
|
||||
devtools_sender,
|
||||
page_info));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue