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
Родитель b092941beb
Коммит 30d2f0307a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2481,7 +2481,7 @@ interrupt:
* Now that we've resolved the object, use the PARENT slot to * Now that we've resolved the object, use the PARENT slot to
* store the object that we're iterating over. * 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; propobj->slots[JSSLOT_ITER_STATE] = JSVAL_NULL;
/* /*