Bug 578952 - Page doesn't load when electrolysis is enabled [r=ted a=blocking-fennec:2.0a1+]

This commit is contained in:
Chris Jones 2010-07-23 01:28:55 -05:00
Родитель 09517ae91b
Коммит 4193ae785e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -581,7 +581,7 @@ nsresult SetExceptionHandler(nsILocalFile* aXREDirectory,
bool GetEnabled()
{
return gExceptionHandler != nsnull;
return gExceptionHandler != nsnull && !gExceptionHandler->IsOutOfProcess();
}
bool GetMinidumpPath(nsAString& aPath)