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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jsapi-libdom.h b/src/jsapi-libdom.h
index 2925866..e8d57c4 100644
--- a/src/jsapi-libdom.h
+++ b/src/jsapi-libdom.h
@@ -19,6 +19,10 @@ struct binding_interface {
int own_properties; /**< the number of properties the interface has */
int own_functions; /**< the number of functions the interface has */
+ bool has_type_properties; /**< some of the properties on the
+ * interface have a type handler
+ */
+
int inherit_idx; /**< index into binding map of inherited
* interface or -1 for not in map
*/