Bug 1425559 - nsPrompter must use nsIThreadManager::spinEventLoopUntilOrShutdown, r=smaug

This commit is contained in:
Andrea Marchesini 2018-01-28 08:41:36 +01:00
Родитель 6f1cf8bc7a
Коммит e23a4d41b6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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) {