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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jsapi-libdom.h b/src/jsapi-libdom.h
index 9d42e4f..8e03630 100644
--- a/src/jsapi-libdom.h
+++ b/src/jsapi-libdom.h
@@ -17,8 +17,9 @@ 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 */
+ struct genbind_node *resolve; /* the binding api resolve node or NULL */
+ struct genbind_node *finalise; /* the binding api finalise node or NULL*/
FILE *outfile ; /* output file */
};