mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 894940 - ProcessPriorityManagerChild::Init() is never called r=jlebar
This commit is contained in:
parent
e975e397bb
commit
1dd2c96895
@ -1045,6 +1045,7 @@ ProcessPriorityManagerChild::StaticInit()
|
|||||||
{
|
{
|
||||||
if (!sSingleton) {
|
if (!sSingleton) {
|
||||||
sSingleton = new ProcessPriorityManagerChild();
|
sSingleton = new ProcessPriorityManagerChild();
|
||||||
|
sSingleton->Init();
|
||||||
ClearOnShutdown(&sSingleton);
|
ClearOnShutdown(&sSingleton);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user