mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-17 23:14:18 +03:00
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 */
|
||||
#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…
x
Reference in New Issue
Block a user