Fixed MacOSX breakage.

This commit is contained in:
Andreas Gal 2009-03-03 18:27:49 -08:00
parent c03dba3fe5
commit a1e02f0996

View File

@ -822,7 +822,7 @@ array_setProperty(JSContext *cx, JSObject *obj, jsid id, jsval *vp)
return JS_TRUE;
}
JSBool FASTCALL
JSBool JS_FASTCALL
js_ObjectHasNumericPropertiesInAnyPrototype(JSContext *cx, JSObject *obj)
{
JSObject *pobj = obj;