From 21be3e136e5dc995bd53e9484e7693c4efc481b5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 8 Nov 2012 21:02:29 +0000 Subject: use JSAPI_MARKOP() compatability macro everywhere its supposed to be used. Thanks to ole for pointing out the omission --- src/jsapi-libdom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jsapi-libdom.c b/src/jsapi-libdom.c index 41491c1..5c918de 100644 --- a/src/jsapi-libdom.c +++ b/src/jsapi-libdom.c @@ -383,7 +383,7 @@ output_jsclass(struct binding *binding) if (binding->mark != NULL) { fprintf(binding->outfile, - "static JSBool jsclass_mark(JSTracer *trc, JSObject *obj);\n\n"); + "static JSAPI_MARKOP(jsclass_mark);\n\n"); } if (binding->has_private || (binding->finalise != NULL)) { -- cgit v1.2.3