Fix thinko of pnprop for pnhit (346203, r=mrbkap).

This commit is contained in:
brendan%mozilla.org 2006-07-28 00:37:58 +00:00
parent 524ab8b16b
commit 7c57ebc20f

View File

@ -1802,7 +1802,7 @@ FindPropertyValue(JSParseNode *pn, JSParseNode *pnid, FindPropValData *data)
}
}
}
return pnprop->pn_right;
return pnhit->pn_right;
}
/*