summaryrefslogtreecommitdiff
path: root/dom/fetch/FetchStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/fetch/FetchStream.cpp')
-rw-r--r--dom/fetch/FetchStream.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/dom/fetch/FetchStream.cpp b/dom/fetch/FetchStream.cpp
index 8d2ac7b1df..1c22a71405 100644
--- a/dom/fetch/FetchStream.cpp
+++ b/dom/fetch/FetchStream.cpp
@@ -403,7 +403,9 @@ FetchStream::FetchStream(nsIGlobalObject* aGlobal,
, mGlobal(aGlobal)
, mStreamHolder(aStreamHolder)
, mOriginalInputStream(aInputStream)
- , mOwningEventTarget(nullptr)
+ // TODO: Replace with mGlobal->EventTargetFor(TaskCategory::Other)
+ // When we have the Dispatcher API in the tree, see Issue #1442
+ , mOwningEventTarget(NS_GetCurrentThread())
{
MOZ_DIAGNOSTIC_ASSERT(aInputStream);
MOZ_DIAGNOSTIC_ASSERT(aStreamHolder);