зеркало из https://github.com/mozilla/pjs.git
bug 529234: make sure to cleanup child processes
This commit is contained in:
Родитель
7e40d6c15f
Коммит
33303b63b6
|
@ -41,6 +41,7 @@
|
||||||
#include "base/path_service.h"
|
#include "base/path_service.h"
|
||||||
#include "base/string_util.h"
|
#include "base/string_util.h"
|
||||||
#include "chrome/common/chrome_switches.h"
|
#include "chrome/common/chrome_switches.h"
|
||||||
|
#include "chrome/common/process_watcher.h"
|
||||||
|
|
||||||
#include "prprf.h"
|
#include "prprf.h"
|
||||||
|
|
||||||
|
@ -78,6 +79,8 @@ GeckoChildProcessHost::GeckoChildProcessHost(GeckoProcessType aProcessType,
|
||||||
GeckoChildProcessHost::~GeckoChildProcessHost()
|
GeckoChildProcessHost::~GeckoChildProcessHost()
|
||||||
{
|
{
|
||||||
MOZ_COUNT_DTOR(GeckoChildProcessHost);
|
MOZ_COUNT_DTOR(GeckoChildProcessHost);
|
||||||
|
|
||||||
|
ProcessWatcher::EnsureProcessTerminated(mChildProcessHandle);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
|
Загрузка…
Ссылка в новой задаче