зеркало из https://github.com/mozilla/gecko-dev.git
Bug 956376 - Part 3: Use Debugger.findSources in PromisesActor#attach. r=ochameau
This commit is contained in:
Родитель
a64277c15d
Коммит
9e5866ba73
|
@ -65,8 +65,8 @@ var PromisesActor = protocol.ActorClassWithSpec(promisesSpec, {
|
|||
this._newPromises = [];
|
||||
this._promisesSettled = [];
|
||||
|
||||
this.dbg.findScripts().forEach(s => {
|
||||
this.parentActor.sources.createSourceActors(s.source);
|
||||
this.dbg.findSources().forEach(source => {
|
||||
this.parentActor.sources.createSourceActors(source);
|
||||
});
|
||||
|
||||
this.dbg.onNewScript = s => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче