mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Fixed MacOSX breakage.
This commit is contained in:
parent
b2178a432e
commit
229ec1b342
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user