mirror of
https://github.com/servo/servo.git
synced 2025-07-30 02:30:21 +01:00
make naming more consistent
This commit is contained in:
parent
6df1cc8e4c
commit
14b1c320a6
4 changed files with 8 additions and 8 deletions
|
@ -87,7 +87,7 @@ impl DedicatedWorkerGlobalScope {
|
|||
parent_sender: ScriptChan,
|
||||
own_sender: ScriptChan,
|
||||
receiver: Receiver<ScriptMsg>) {
|
||||
spawn_named_native(format!("Web worker for {}", worker_url.serialize()), proc() {
|
||||
spawn_named_native(format!("WebWorker for {}", worker_url.serialize()), proc() {
|
||||
|
||||
task_state::initialize(Script | InWorker);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue