bug 558340 - Fix fallback content in about:crashes when breakpad.reportURL is not set. r=mossop

This commit is contained in:
Ted Mielczarek 2010-04-17 13:02:06 -04:00
Родитель 7c18a2e67b
Коммит e511e3f08b
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -40,6 +40,7 @@ const Cc = Components.classes;
const Ci = Components.interfaces;
var reportsDir, pendingDir;
var reportURL;
Components.utils.import("resource://gre/modules/CrashSubmit.jsm");