summaryrefslogtreecommitdiffstats
path: root/dom/media/ThreadPoolCOMListener.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/ThreadPoolCOMListener.h')
-rw-r--r--dom/media/ThreadPoolCOMListener.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/media/ThreadPoolCOMListener.h b/dom/media/ThreadPoolCOMListener.h
index 881013a78..424ca65d2 100644
--- a/dom/media/ThreadPoolCOMListener.h
+++ b/dom/media/ThreadPoolCOMListener.h
@@ -13,8 +13,8 @@
namespace mozilla {
// Thread pool listener which ensures that MSCOM is initialized and
-// deinitialized on the thread pool thread. We may call into WMF or
-// DirectShow on this thread, so we need MSCOM working.
+// deinitialized on the thread pool thread. We may call into WMF on
+// this thread, so we need MSCOM working.
class MSCOMInitThreadPoolListener final : public nsIThreadPoolListener {
~MSCOMInitThreadPoolListener() {}
public: