mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
Bug 948545: Nuwa process shouldn't exist if dom.ipc.processPrelaunch.enabled is false r=khuey
This commit is contained in:
parent
6417716869
commit
74fa88d0c4
@ -246,7 +246,7 @@ PreallocatedProcessManagerImpl::DelayedNuwaFork()
|
||||
mPreallocateAppProcessTask = nullptr;
|
||||
|
||||
if (!mIsNuwaReady) {
|
||||
if (!mPreallocatedAppProcess && !mShutdown) {
|
||||
if (!mPreallocatedAppProcess && !mShutdown && mEnabled) {
|
||||
mPreallocatedAppProcess = ContentParent::RunNuwaProcess();
|
||||
}
|
||||
// else mPreallocatedAppProcess is starting. It will NuwaFork() when ready.
|
||||
|
Loading…
Reference in New Issue
Block a user