mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove bogus assert, bug 813029. r=dvander
This commit is contained in:
parent
4798f49c68
commit
d549a634ba
@ -1886,8 +1886,6 @@ ion::FinishInvalidation(FreeOp *fop, JSScript *script)
|
||||
void
|
||||
ion::MarkFromIon(JSRuntime *rt, Value *vp)
|
||||
{
|
||||
JS_ASSERT_IF(vp->isMarkable(),
|
||||
((gc::Cell*)vp->toGCThing())->compartment()->needsBarrier());
|
||||
gc::MarkValueUnbarriered(&rt->gcMarker, vp, "write barrier");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user