Bug 539295: Use lenient child reaping in NS_BUILD_REFCNT_LOGGING builds. r=bsmedberg

--HG--
extra : transplant_source : %FE%1B%07%A0%E4G%A2%F9%90%1Dc8J%3FP%E7%0A%DDL%05
This commit is contained in:
Chris Jones 2010-01-13 14:57:52 -06:00
parent cf5eee4330
commit 67a20cfb76

View File

@ -90,7 +90,11 @@ GeckoChildProcessHost::~GeckoChildProcessHost()
MOZ_COUNT_DTOR(GeckoChildProcessHost);
if (mChildProcessHandle > 0)
ProcessWatcher::EnsureProcessTerminated(mChildProcessHandle);
ProcessWatcher::EnsureProcessTerminated(mChildProcessHandle
#if defined(OS_POSIX) && defined(NS_BUILD_REFCNT_LOGGING)
, false // don't "force"
#endif
);
}
bool