mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 900711, fix bustage on CLOSED TREE
This commit is contained in:
parent
e28825b675
commit
daf48f83c0
@ -43,7 +43,7 @@ public:
|
||||
NS_DECL_NSIRUNNABLE
|
||||
|
||||
ShutdownHelper(nsCOMArray<nsIThread>& aThreads,
|
||||
already_AddRefed<nsIThreadPoolListener>& aListener)
|
||||
already_AddRefed<nsIThreadPoolListener> aListener)
|
||||
: mListener(aListener)
|
||||
{
|
||||
MOZ_ASSERT(!aThreads.IsEmpty());
|
||||
|
Loading…
Reference in New Issue
Block a user