mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
parent
9195e9e4e3
commit
b586913598
53 changed files with 60 additions and 750 deletions
|
|
@ -1107,17 +1107,6 @@ ShutdownXPCOM(nsIServiceManager* aServMgr)
|
|||
|
||||
NS_LogTerm();
|
||||
|
||||
#if defined(MOZ_WIDGET_GONK)
|
||||
// This _exit(0) call is intended to be temporary, to get shutdown leak
|
||||
// checking working on non-B2G platforms.
|
||||
// On debug B2G, the child process crashes very late. Instead, just
|
||||
// give up so at least we exit cleanly. See bug 1071866.
|
||||
if (XRE_IsContentProcess()) {
|
||||
NS_WARNING("Exiting child process early!");
|
||||
_exit(0);
|
||||
}
|
||||
#endif
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue