зеркало из https://github.com/mozilla/gecko-dev.git
bug 791775 - Replace a diff hunk that got lost from the previous landing. r=me
This commit is contained in:
Родитель
f46595db1b
Коммит
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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче