From b68f928cb23a42bf0ff3851d24d366865869f218 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 6 Nov 2012 18:47:26 +0000 Subject: fix JSAPI_CLASS_NO_INTERNAL_MEMBERS for 1.8.0 spidermonkey --- javascript/jsapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript') diff --git a/javascript/jsapi.h b/javascript/jsapi.h index d664b3795..ed72ef433 100644 --- a/javascript/jsapi.h +++ b/javascript/jsapi.h @@ -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 -- cgit v1.2.3