OS/2 breakage - need callback
git-svn-id: svn://10.0.0.236/trunk@90550 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -186,13 +186,13 @@ static JSFunctionSpec gSandboxFun[] = {
|
||||
{0}
|
||||
};
|
||||
|
||||
static JSBool
|
||||
JS_STATIC_DLL_CALLBACK(JSBool)
|
||||
sandbox_enumerate(JSContext *cx, JSObject *obj)
|
||||
{
|
||||
return JS_EnumerateStandardClasses(cx, obj);
|
||||
}
|
||||
|
||||
static JSBool
|
||||
JS_STATIC_DLL_CALLBACK(JSBool)
|
||||
sandbox_resolve(JSContext *cx, JSObject *obj, jsval id)
|
||||
{
|
||||
JSBool resolved;
|
||||
|
||||
Reference in New Issue
Block a user