зеркало из https://github.com/mozilla/gecko-dev.git
Bug 798132: Followup fix: Move the crash reporter query into the try/catch to fix builds where it is disabled. r=fabrice
This commit is contained in:
Родитель
45210419d5
Коммит
2c2310c7d8
|
@ -121,10 +121,9 @@ var shell = {
|
|||
},
|
||||
|
||||
start: function shell_start() {
|
||||
|
||||
try {
|
||||
let cr = Cc["@mozilla.org/xre/app-info;1"]
|
||||
.getService(Ci.nsICrashReporter);
|
||||
try {
|
||||
// Dogfood id. We might want to remove it in the future.
|
||||
// see bug 789466
|
||||
try {
|
||||
|
|
Загрузка…
Ссылка в новой задаче