зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1440207 - Part 1: Stop setting `gArgc` and `gArgv` in content, r=ipc-reviewers,mccr8
It is never used outside of the parent process. Differential Revision: https://phabricator.services.mozilla.com/D221369
This commit is contained in:
Родитель
c53cc05ddf
Коммит
806a93150c
|
@ -394,9 +394,6 @@ nsresult XRE_InitChildProcess(int aArgc, char* aArgv[],
|
|||
}
|
||||
}
|
||||
|
||||
gArgv = aArgv;
|
||||
gArgc = aArgc;
|
||||
|
||||
#ifdef MOZ_X11
|
||||
XInitThreads();
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче