зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1731564: Use motivated SpinEventLoopUntil inside extensions/*. r=jesup
Depends on D127225 Differential Revision: https://phabricator.services.mozilla.com/D127226
This commit is contained in:
Родитель
b3a8e550fe
Коммит
fb5044cb38
|
@ -277,7 +277,8 @@ nsresult nsAutoConfig::downloadAutoConfig() {
|
|||
that mLoaded will be set to true in any case (success/failure)
|
||||
*/
|
||||
|
||||
if (!mozilla::SpinEventLoopUntil([&]() { return mLoaded; })) {
|
||||
if (!mozilla::SpinEventLoopUntil("nsAutoConfig::downloadAutoConfig"_ns,
|
||||
[&]() { return mLoaded; })) {
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче