mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 386632 - update to breakpad revision 195. r=mento (missed this file from the original checkin)
This commit is contained in:
parent
182c6c10f4
commit
47ac752b8e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user