make naming more consistent

This commit is contained in:
Clark Gaebel 2014-10-28 10:06:39 -07:00
parent 6df1cc8e4c
commit 14b1c320a6
4 changed files with 8 additions and 8 deletions

View file

@ -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);