зеркало из https://github.com/mozilla/gecko-dev.git
Bug 894940 - ProcessPriorityManagerChild::Init() is never called r=jlebar
This commit is contained in:
Родитель
89eb609bbd
Коммит
d89eef6cf9
|
@ -1045,6 +1045,7 @@ ProcessPriorityManagerChild::StaticInit()
|
||||||
{
|
{
|
||||||
if (!sSingleton) {
|
if (!sSingleton) {
|
||||||
sSingleton = new ProcessPriorityManagerChild();
|
sSingleton = new ProcessPriorityManagerChild();
|
||||||
|
sSingleton->Init();
|
||||||
ClearOnShutdown(&sSingleton);
|
ClearOnShutdown(&sSingleton);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче