diff --git a/dom/fetch/Fetch.cpp b/dom/fetch/Fetch.cpp index 5943d60963..a9d8514765 100644 --- a/dom/fetch/Fetch.cpp +++ b/dom/fetch/Fetch.cpp @@ -952,7 +952,6 @@ void FetchBody::SetBodyUsed(JSContext* aCx, ErrorResult& aRv) { MOZ_ASSERT(aCx); - MOZ_ASSERT(mOwner->EventTargetFor(TaskCategory::Other)->IsOnCurrentThread()); if (mBodyUsed) { return;