Auto merge of #7238 - Wafflespeanut:workerglobal, r=Ms2ger

Improved field names for devtools-related channels...

(for #6924) - I took this because the confusion was actually caused by me while working on #6829

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7238)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-08-20 08:17:30 -06:00
commit 0466766b2c
3 changed files with 24 additions and 24 deletions

View file

@ -104,8 +104,8 @@ impl Worker {
let init = WorkerGlobalScopeInit {
resource_task: resource_task,
mem_profiler_chan: global.mem_profiler_chan(),
devtools_chan: global.devtools_chan(),
devtools_sender: optional_sender,
to_devtools_sender: global.devtools_chan(),
from_devtools_sender: optional_sender,
constellation_chan: constellation_chan,
worker_id: worker_id,
};