Bug 1112307 - Use a thread-safe ChannelEventQueue. r=jduell

This commit is contained in:
Andrea Marchesini 2015-01-05 17:31:19 -05:00
parent 7e5619ddac
commit 8f608eda44

View File

@ -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)