mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Issue #1442 - Part 21 - Fix debug builds by removing an invalid assert.
This commit is contained in:
parent
b1a12de924
commit
375d7cf3b2
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue