зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1572227 - Warp should wait for pause events. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D41085 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
036b82a357
Коммит
c6612d3e41
|
@ -185,7 +185,9 @@ class ThreadFront extends FrontClassWithSpec(threadSpec) {
|
|||
if (this.paused) {
|
||||
return warp();
|
||||
}
|
||||
return this.interrupt().then(warp);
|
||||
|
||||
this.interrupt();
|
||||
return this.once("paused", warp);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче