mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Style nit (no bug, no code change).
This commit is contained in:
parent
7bd6cbad5f
commit
ee820bda7a
@ -2633,10 +2633,9 @@ js_InitEval(JSContext *cx, JSObject *obj)
|
||||
JSObject *
|
||||
js_InitObjectClass(JSContext *cx, JSObject *obj)
|
||||
{
|
||||
JSObject *proto;
|
||||
proto = JS_InitClass(cx, obj, NULL, &js_ObjectClass, js_Object, 1,
|
||||
object_props, object_methods, NULL,
|
||||
object_static_methods);
|
||||
JSObject *proto = JS_InitClass(cx, obj, NULL, &js_ObjectClass, js_Object,
|
||||
1, object_props, object_methods, NULL,
|
||||
object_static_methods);
|
||||
#ifdef JS_TRACER
|
||||
if (proto)
|
||||
js_SetTraceableNative(cx, proto, js_Object_trcinfo);
|
||||
|
Loading…
Reference in New Issue
Block a user