mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Issue #2197 - Follow-up: Remove GC debug assertion on sandbox
There's no way to access GC from here.
This commit is contained in:
parent
bbcfb62753
commit
8e6d730463
1 changed files with 0 additions and 2 deletions
|
|
@ -352,8 +352,6 @@ static bool SandboxStructuredClone(JSContext* cx, unsigned argc, Value* vp) {
|
|||
return false;
|
||||
}
|
||||
|
||||
MOZ_ASSERT_IF(result.isGCThing(),
|
||||
!JS::GCThingIsMarkedGray(result.toGCCellPtr()));
|
||||
args.rval().set(result);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue