bug 791775 - Replace a diff hunk that got lost from the previous landing. r=me

This commit is contained in:
Ted Mielczarek 2012-09-25 08:42:57 -04:00
Родитель f46595db1b
Коммит 4c0bb5a676
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -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,