Bug 1196785 - Add worker type to WorkerActor form. r=past

This commit is contained in:
Jan Keromnes 2015-09-28 03:56:00 +02:00
Родитель 81bf354b51
Коммит 2edb943321
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -42,7 +42,8 @@ WorkerActor.prototype = {
form: function () {
return {
actor: this.actorID,
url: this._dbg.url
url: this._dbg.url,
type: this._dbg.type
};
},