fix JSAPI_CLASS_NO_INTERNAL_MEMBERS for 1.8.0 spidermonkey
This commit is contained in:
parent
e0dc7d40ab
commit
b68f928cb2
|
@ -97,7 +97,7 @@ JS_NewCompartmentAndGlobalObject(JSContext *cx,
|
||||||
/* string type cast */
|
/* string type cast */
|
||||||
#define JSAPI_STRING_TO_JSVAL(str) ((str == NULL)?JSVAL_NULL:STRING_TO_JSVAL(str))
|
#define JSAPI_STRING_TO_JSVAL(str) ((str == NULL)?JSVAL_NULL:STRING_TO_JSVAL(str))
|
||||||
|
|
||||||
#define JSAPI_CLASS_NO_INTERNAL_MEMBERS JSCLASS_NO_RESERVED_MEMBERS
|
#define JSAPI_CLASS_NO_INTERNAL_MEMBERS NULL
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue