Issue #1442 - Part 21 - Fix debug builds by removing an invalid assert.

This commit is contained in:
Brian Smith 2023-09-29 13:09:28 -05:00 committed by roytam1
commit 375d7cf3b2

View file

@ -952,7 +952,6 @@ void
FetchBody<Derived>::SetBodyUsed(JSContext* aCx, ErrorResult& aRv)
{
MOZ_ASSERT(aCx);
MOZ_ASSERT(mOwner->EventTargetFor(TaskCategory::Other)->IsOnCurrentThread());
if (mBodyUsed) {
return;