Bug 1038202 - Give MSCOMInitThreadPoolListener a private destructor; r=bjacob

This commit is contained in:
Ehsan Akhgari 2014-07-15 16:37:33 -04:00
parent 5920013e01
commit c8ebace128

View File

@ -193,6 +193,8 @@ SharedThreadPool::~SharedThreadPool()
// deinitialized on the thread pool thread. We may call into WMF or
// DirectShow on this thread, so we need MSCOM working.
class MSCOMInitThreadPoolListener MOZ_FINAL : public nsIThreadPoolListener {
~MSCOMInitThreadPoolListener() {}
public:
NS_DECL_THREADSAFE_ISUPPORTS
NS_DECL_NSITHREADPOOLLISTENER