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:
Marshall Culpepper 2012-10-05 15:11:37 -05:00
Родитель 45210419d5
Коммит 2c2310c7d8
1 изменённых файлов: 2 добавлений и 3 удалений

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

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