From 375d7cf3b2230b56956fcb938e62f8bd9f863959 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 29 Sep 2023 13:09:28 -0500 Subject: [PATCH] Issue #1442 - Part 21 - Fix debug builds by removing an invalid assert. --- dom/fetch/Fetch.cpp | 1 - 1 file changed, 1 deletion(-) 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;