mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Undo changes done to change worker_id type to string
This commit is contained in:
parent
d5475fbc9f
commit
d60f7d87c8
2 changed files with 2 additions and 3 deletions
|
@ -98,9 +98,8 @@ impl ServiceWorkerManager {
|
|||
title: title,
|
||||
url: scope_things.script_url.clone(),
|
||||
};
|
||||
let worker_id = scope_things.worker_id.clone();
|
||||
let _ = chan.send(ScriptToDevtoolsControlMsg::NewGlobal(
|
||||
(scope_things.init.pipeline_id, Some(worker_id)),
|
||||
(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