From a2176534aab94f555f8d2bb35924ad726e1dab59 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek%gmail.com" Date: Wed, 25 Jul 2007 01:07:13 +0000 Subject: [PATCH] bug 386632 - update to breakpad revision 195. r=mento (missed this file from the original checkin) --- toolkit/crashreporter/nsExceptionHandler.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toolkit/crashreporter/nsExceptionHandler.cpp b/toolkit/crashreporter/nsExceptionHandler.cpp index 8073ddd11d1..eb89adf9df2 100755 --- a/toolkit/crashreporter/nsExceptionHandler.cpp +++ b/toolkit/crashreporter/nsExceptionHandler.cpp @@ -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;