#479: mark for future reference

This commit is contained in:
Cameron Kaiser 2018-02-19 20:06:43 -08:00
parent d06d5bc5f0
commit 636587d3d7
1 changed files with 2 additions and 2 deletions

View File

@ -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());
}