mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 12:22:34 +00:00
bug 651663 - mark TestXPC global class as JSCLASS_GLOBAL_FLAGS (r=jorendorff)
This commit is contained in:
parent
231604f2bf
commit
52818b7b2b
@ -129,7 +129,7 @@ static JSFunctionSpec glob_functions[] = {
|
||||
};
|
||||
|
||||
static JSClass global_class = {
|
||||
"global", 0,
|
||||
"global", JSCLASS_GLOBAL_FLAGS,
|
||||
JS_PropertyStub, JS_PropertyStub, JS_PropertyStub, JS_StrictPropertyStub,
|
||||
JS_EnumerateStub, JS_ResolveStub, JS_ConvertStub, nsnull
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user