summaryrefslogtreecommitdiff
path: root/src/jsapi-libdom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsapi-libdom.h')
-rw-r--r--src/jsapi-libdom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jsapi-libdom.h b/src/jsapi-libdom.h
index a5db6ec..9d42e4f 100644
--- a/src/jsapi-libdom.h
+++ b/src/jsapi-libdom.h
@@ -17,6 +17,8 @@ struct binding {
const char *interface; /* webidl interface binding is for */
bool has_private; /* true if the binding requires a private structure */
+ bool has_resolve; /* true if the binding api requires a resolve */
+ bool has_global; /* true if the binding is for a global */
FILE *outfile ; /* output file */
};