mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1112307 - Use a thread-safe ChannelEventQueue. r=jduell
This commit is contained in:
parent
7d3fa07048
commit
fc7374aeab
@ -37,7 +37,7 @@ class AutoEventEnqueuerBase;
|
||||
|
||||
class ChannelEventQueue MOZ_FINAL
|
||||
{
|
||||
NS_INLINE_DECL_REFCOUNTING(ChannelEventQueue)
|
||||
NS_INLINE_DECL_THREADSAFE_REFCOUNTING(ChannelEventQueue)
|
||||
|
||||
public:
|
||||
explicit ChannelEventQueue(nsISupports *owner)
|
||||
|
Loading…
Reference in New Issue
Block a user