mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix bustage from changeset 2e2b2ae083e5, a=me
This commit is contained in:
parent
b7d6127633
commit
4621935f40
@ -276,7 +276,7 @@ void XXXNeverCalled()
|
||||
}
|
||||
|
||||
nsXPCOMCycleCollectionParticipant();
|
||||
nsCycleCollector_collect();
|
||||
nsCycleCollector_collect(PR_FALSE);
|
||||
#ifdef XP_WIN
|
||||
sXPCOMHasLoadedNewDLLs = !sXPCOMHasLoadedNewDLLs;
|
||||
NS_SetHasLoadedNewDLLs();
|
||||
|
Loading…
Reference in New Issue
Block a user