mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 578952 - Page doesn't load when electrolysis is enabled [r=ted a=blocking-fennec:2.0a1+]
This commit is contained in:
parent
89d82725a0
commit
16d9848b5f
@ -581,7 +581,7 @@ nsresult SetExceptionHandler(nsILocalFile* aXREDirectory,
|
||||
|
||||
bool GetEnabled()
|
||||
{
|
||||
return gExceptionHandler != nsnull;
|
||||
return gExceptionHandler != nsnull && !gExceptionHandler->IsOutOfProcess();
|
||||
}
|
||||
|
||||
bool GetMinidumpPath(nsAString& aPath)
|
||||
|
Loading…
Reference in New Issue
Block a user