mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 8f4e9cf85af8 (bug 989414) for jit-test failures.
CLOSED TREE
This commit is contained in:
parent
3b227aa061
commit
488c693db3
@ -3587,7 +3587,7 @@ js::Lambda(JSContext *cx, HandleFunction fun, HandleObject parent)
|
|||||||
{
|
{
|
||||||
MOZ_ASSERT(!fun->isArrow());
|
MOZ_ASSERT(!fun->isArrow());
|
||||||
|
|
||||||
RootedObject clone(cx, CloneFunctionObjectIfNotSingleton(cx, fun, parent));
|
RootedObject clone(cx, CloneFunctionObjectIfNotSingleton(cx, fun, parent, TenuredObject));
|
||||||
if (!clone)
|
if (!clone)
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user