mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
Bug 894940 - ProcessPriorityManagerChild::Init() is never called r=jlebar
This commit is contained in:
parent
89eb609bbd
commit
d89eef6cf9
@ -1045,6 +1045,7 @@ ProcessPriorityManagerChild::StaticInit()
|
||||
{
|
||||
if (!sSingleton) {
|
||||
sSingleton = new ProcessPriorityManagerChild();
|
||||
sSingleton->Init();
|
||||
ClearOnShutdown(&sSingleton);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user