зеркало из https://github.com/mozilla/pjs.git
Bug 578672 - Need sendSyncMessage for messages that require a return value [r=mfinkle]
This commit is contained in:
Родитель
0454809453
Коммит
18895ad1bd
|
@ -289,7 +289,7 @@ let DOMEvents = {
|
|||
|
||||
case "DOMWillOpenModalDialog":
|
||||
case "DOMWindowClose":
|
||||
let retvals = sendAsyncMessage(aEvent.type, { });
|
||||
let retvals = sendSyncMessage(aEvent.type, { });
|
||||
for (rv in retvals) {
|
||||
if (rv.preventDefault) {
|
||||
aEvent.preventDefault();
|
||||
|
|
Загрузка…
Ссылка в новой задаче