summaryrefslogtreecommitdiffstats
path: root/dom/media/ThreadPoolCOMListener.h
diff options
context:
space:
mode:
authortrav90 <travawine@palemoon.org>2018-12-01 09:35:02 -0600
committertrav90 <travawine@palemoon.org>2018-12-01 09:35:02 -0600
commitf68b57c0bd3863d9057508929354ec34a3fd6205 (patch)
treebff1356d8bdef559f434de92d8c1831abc0c5814 /dom/media/ThreadPoolCOMListener.h
parentf8e83e7e6dacb7fe00ccb52f62af634bc05dbdfc (diff)
downloadUXP-f68b57c0bd3863d9057508929354ec34a3fd6205.tar
UXP-f68b57c0bd3863d9057508929354ec34a3fd6205.tar.gz
UXP-f68b57c0bd3863d9057508929354ec34a3fd6205.tar.lz
UXP-f68b57c0bd3863d9057508929354ec34a3fd6205.tar.xz
UXP-f68b57c0bd3863d9057508929354ec34a3fd6205.zip
Remove DirectShowReader Part 1: Conditional code
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: