зеркало из https://github.com/mozilla/pjs.git
Bug 309814 fireEvent should report exceptions using Components.utils.reportError, r=mconnor
This commit is contained in:
Родитель
c833b6618a
Коммит
9755d67b98
|
@ -223,7 +223,7 @@
|
|||
return !cancel;
|
||||
}
|
||||
catch (e) {
|
||||
dump(e);
|
||||
Components.utils.reportError(e);
|
||||
}
|
||||
return false;
|
||||
]]>
|
||||
|
|
|
@ -691,7 +691,7 @@
|
|||
return !cancel;
|
||||
}
|
||||
catch (e) {
|
||||
dump(e);
|
||||
Components.utils.reportError(e);
|
||||
}
|
||||
return false;
|
||||
]]>
|
||||
|
|
Загрузка…
Ссылка в новой задаче