зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1196785 - Add worker type to WorkerActor form. r=past
This commit is contained in:
Родитель
81bf354b51
Коммит
2edb943321
|
@ -42,7 +42,8 @@ WorkerActor.prototype = {
|
|||
form: function () {
|
||||
return {
|
||||
actor: this.actorID,
|
||||
url: this._dbg.url
|
||||
url: this._dbg.url,
|
||||
type: this._dbg.type
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче