#479: mark for future reference

This commit is contained in:
Cameron Kaiser 2018-02-19 20:06:43 -08:00
parent d06d5bc5f0
commit 636587d3d7

View File

@ -149,6 +149,6 @@ bool Wrapper::finalizeInBackground(Value priv) const
*/ */
if (IsInsideNursery(&priv.toObject())) if (IsInsideNursery(&priv.toObject()))
return true; return true;
return false; // speculative fix return false; // See TenFourFox issue 479.
return IsBackgroundFinalized(priv.toObject().asTenured().getAllocKind()); //return IsBackgroundFinalized(priv.toObject().asTenured().getAllocKind());
} }