Fix Windows build breakage due to preceding check-in.

This commit is contained in:
Jason Orendorff 2009-08-03 12:03:10 -05:00
Родитель 43050b6bbc
Коммит 451e6a340c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -9925,7 +9925,7 @@ TraceRecorder::getPropertyByName(LIns* obj_ins, jsval* idvalp, jsval* outp)
}
static JSBool FASTCALL
GetPropertyByIndex(JSContext* cx, JSObject* obj, int32_t index, jsval* vp)
GetPropertyByIndex(JSContext* cx, JSObject* obj, int32 index, jsval* vp)
{
js_LeaveTraceIfGlobalObject(cx, obj);