From c25cc0e348a1abf0ee0719cf30515b3cc07f1848 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 21 Dec 2013 22:29:42 +0000 Subject: move flag indicating jsapi object for an interface should be a global from api definition to the interface flags --- src/jsapi-libdom.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/jsapi-libdom.h') diff --git a/src/jsapi-libdom.h b/src/jsapi-libdom.h index 5a93ff1..b83eeb0 100644 --- a/src/jsapi-libdom.h +++ b/src/jsapi-libdom.h @@ -18,7 +18,6 @@ struct binding { const char *interface; /* webidl interface binding is for */ bool has_private; /* true if the binding requires a private structure */ - bool has_global; /* true if the binding is for a global */ struct genbind_node *binding_list; /* node list of the binding */ struct genbind_node *addproperty; /* binding api add property node or NULL */ -- cgit v1.2.3