Fix typo, bug 769911. r=luke

This commit is contained in:
Brian Hackett 2012-08-08 12:42:47 -06:00
parent e5f7097bbc
commit f96051cd2d

View File

@ -1284,7 +1284,7 @@ class GetPropCompiler : public PICStubCompiler
Jump shapeGuard = masm.branchPtr(Assembler::NotEqual,
Address(pic.shapeReg, JSObject::offsetOfShape()),
ImmPtr(expando->lastProperty()));
if (!shapeMismatches.append(expandoGuard))
if (!shapeMismatches.append(shapeGuard))
return error();
} else {
Jump expandoGuard = masm.testUndefined(Assembler::NotEqual, expandoAddress);