bug 386632 - update to breakpad revision 195. r=mento (missed this file from the original checkin)

This commit is contained in:
ted.mielczarek@gmail.com 2007-07-24 18:06:13 -07:00
Родитель a3e45a783e
Коммит fba46ea175
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -313,7 +313,11 @@ nsresult SetExceptionHandler(nsILocalFile* aXREDirectory,
nsnull,
MinidumpCallback,
nsnull,
#if defined(XP_WIN32)
google_breakpad::ExceptionHandler::HANDLER_ALL);
#else
true);
#endif
if (!gExceptionHandler)
return NS_ERROR_OUT_OF_MEMORY;