mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Build bustage fix, r=me, a=bustage-fix
This commit is contained in:
parent
7a9045f79f
commit
a255b65b82
@ -1593,10 +1593,12 @@ NS_IMETHODIMP nsExternalAppHandler::OnStartRequest(nsIRequest *request, nsISuppo
|
||||
// and it was opened specifically for the download
|
||||
MaybeCloseWindow();
|
||||
|
||||
#ifdef MOZ_IPC
|
||||
// At this point, the child process has done everything it can usefully do
|
||||
// for OnStartRequest.
|
||||
if (XRE_GetProcessType() == GeckoProcessType_Content)
|
||||
return NS_OK;
|
||||
#endif
|
||||
|
||||
rv = SetUpTempFile(aChannel);
|
||||
if (NS_FAILED(rv)) {
|
||||
|
Loading…
Reference in New Issue
Block a user