mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 903801 - testcompatactors.js triggers an error by adding a debuggee to a thread actor in a detached state; r=past
This commit is contained in:
parent
e3c63e070e
commit
b1813995f5
@ -10,9 +10,7 @@ function createRootActor()
|
||||
this._tabActors = [];
|
||||
for each (let g in gTestGlobals) {
|
||||
let actor = new BrowserTabActor(this.conn);
|
||||
actor.thread = new ThreadActor({});
|
||||
actor.thread.addDebuggee(g);
|
||||
actor.thread.global = g;
|
||||
actor.thread = new ThreadActor({}, g);
|
||||
|
||||
actor.json = function() {
|
||||
return { actor: actor.actorID,
|
||||
|
Loading…
Reference in New Issue
Block a user