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
parent 89d82725a0
commit 16d9848b5f

View File

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