зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1731564: Use motivated SpinEventLoopUntil inside security/*. r=bobowen
Depends on D127231 Differential Revision: https://phabricator.services.mozilla.com/D127232
This commit is contained in:
Родитель
8e6e0ce8c0
Коммит
4320224207
|
@ -90,7 +90,8 @@ bool RemoteSandboxBroker::LaunchApp(
|
|||
->Then(target, __func__, std::move(resolve), std::move(reject));
|
||||
|
||||
// Spin the event loop while the sandbox launcher process launches.
|
||||
SpinEventLoopUntil([&]() { return res != Pending; });
|
||||
SpinEventLoopUntil("RemoteSandboxBroker::LaunchApp"_ns,
|
||||
[&]() { return res != Pending; });
|
||||
|
||||
if (res == Failed) {
|
||||
return false;
|
||||
|
|
Загрузка…
Ссылка в новой задаче