mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-14 02:32:34 +00:00
#479: mark for future reference
This commit is contained in:
parent
d06d5bc5f0
commit
636587d3d7
@ -149,6 +149,6 @@ bool Wrapper::finalizeInBackground(Value priv) const
|
||||
*/
|
||||
if (IsInsideNursery(&priv.toObject()))
|
||||
return true;
|
||||
return false; // speculative fix
|
||||
return IsBackgroundFinalized(priv.toObject().asTenured().getAllocKind());
|
||||
return false; // See TenFourFox issue 479.
|
||||
//return IsBackgroundFinalized(priv.toObject().asTenured().getAllocKind());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user