Missing OBJECT_TO_JSVAL to fix warning introduced by last checkin.

This commit is contained in:
brendan%mozilla.org 2006-03-23 21:02:43 +00:00
parent 270b6337cb
commit b22355da41

View File

@ -2481,7 +2481,7 @@ interrupt:
* Now that we've resolved the object, use the PARENT slot to
* store the object that we're iterating over.
*/
propobj->slots[JSSLOT_PARENT] = obj;
propobj->slots[JSSLOT_PARENT] = OBJECT_TO_JSVAL(obj);
propobj->slots[JSSLOT_ITER_STATE] = JSVAL_NULL;
/*