summaryrefslogtreecommitdiff
path: root/src/jsapi-libdom.h
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2012-11-06 17:33:46 +0000
committerVincent Sanders <vincent.sanders@collabora.co.uk>2012-11-06 17:33:46 +0000
commit15700c437a524ddc59d7dcc2ec6063ef67981076 (patch)
tree24c5f0c1a4f53cf67f08b414d1cee6581794dc24 /src/jsapi-libdom.h
parent524f69acc59ac20955700c65d358490c383aa3a2 (diff)
downloadnsgenbind-15700c437a524ddc59d7dcc2ec6063ef67981076.tar.gz
nsgenbind-15700c437a524ddc59d7dcc2ec6063ef67981076.tar.bz2
allow mark/trace api to be implemented for garbage colelction management
Diffstat (limited to 'src/jsapi-libdom.h')
-rw-r--r--src/jsapi-libdom.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/jsapi-libdom.h b/src/jsapi-libdom.h
index 8e03630..cca6b80 100644
--- a/src/jsapi-libdom.h
+++ b/src/jsapi-libdom.h
@@ -18,8 +18,9 @@ struct binding {
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 *resolve; /* the binding api resolve node or NULL */
- struct genbind_node *finalise; /* the binding api finalise node or NULL*/
+ struct genbind_node *resolve; /* binding api resolve node or NULL */
+ struct genbind_node *finalise; /* binding api finalise node or NULL */
+ struct genbind_node *mark; /* binding api mark node or NULL */
FILE *outfile ; /* output file */
};