fix JSAPI_CLASS_NO_INTERNAL_MEMBERS for 1.8.0 spidermonkey

This commit is contained in:
Vincent Sanders 2012-11-06 18:47:26 +00:00
parent e0dc7d40ab
commit b68f928cb2
1 changed files with 1 additions and 1 deletions

View File

@ -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