mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
bug 791775 - Replace a diff hunk that got lost from the previous landing. r=me
This commit is contained in:
parent
f46595db1b
commit
4c0bb5a676
@ -2479,7 +2479,8 @@ SetRemoteExceptionHandler()
|
||||
#ifndef XP_LINUX
|
||||
xpstring path = "";
|
||||
#else
|
||||
google_breakpad::MinidumpDescriptor path("");
|
||||
// MinidumpDescriptor requires a non-empty path.
|
||||
google_breakpad::MinidumpDescriptor path(".");
|
||||
#endif
|
||||
gExceptionHandler = new google_breakpad::
|
||||
ExceptionHandler(path,
|
||||
|
Loading…
Reference in New Issue
Block a user