[JAEGER] Missing internal API change from previous merge.

This commit is contained in:
David Mandelin 2010-07-29 13:38:31 -07:00
parent 4c5a188923
commit 7aa510d435

View File

@ -287,7 +287,7 @@ mjit::stubs::SetName(VMFrame &f, JSAtom *origAtom)
if (!atom)
atom = origAtom;
jsid id = ATOM_TO_JSID(atom);
if (entry && JS_LIKELY(obj->getOps()->setProperty == js_SetProperty)) {
if (entry && JS_LIKELY(!obj->getOps()->setProperty)) {
uintN defineHow;
JSOp op = JSOp(*f.regs.pc);
if (op == JSOP_SETMETHOD)