mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
OS/2 Tinderbox break
PR_CALLBACK needed here
This commit is contained in:
parent
d77e0816f4
commit
b501a83f8c
@ -1000,7 +1000,7 @@ static JSPropertySpec OptionsProperties[] = {
|
||||
{0}
|
||||
};
|
||||
|
||||
static JSBool
|
||||
static JSBool PR_CALLBACK
|
||||
GetOptionsProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
|
||||
{
|
||||
if (JSVAL_IS_INT(id)) {
|
||||
@ -1011,7 +1011,7 @@ GetOptionsProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
|
||||
return JS_TRUE;
|
||||
}
|
||||
|
||||
static JSBool
|
||||
static JSBool PR_CALLBACK
|
||||
SetOptionsProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
|
||||
{
|
||||
if (JSVAL_IS_INT(id)) {
|
||||
|
Loading…
Reference in New Issue
Block a user