зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1425559 - nsPrompter must use nsIThreadManager::spinEventLoopUntilOrShutdown, r=smaug
This commit is contained in:
Родитель
6f1cf8bc7a
Коммит
e23a4d41b6
|
@ -507,7 +507,7 @@ function openRemotePrompt(domWin, args, tabPrompt) {
|
|||
|
||||
messageManager.sendAsyncMessage("Prompt:Open", args, {});
|
||||
|
||||
Services.tm.spinEventLoopUntil(() => closed);
|
||||
Services.tm.spinEventLoopUntilOrShutdown(() => closed);
|
||||
}
|
||||
|
||||
function ModalPrompter(domWin) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче