summaryrefslogtreecommitdiff
path: root/javascript/duktape/prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/duktape/prototypes.h')
-rw-r--r--javascript/duktape/prototypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/javascript/duktape/prototypes.h b/javascript/duktape/prototypes.h
index aa1813e2f..1f25424ac 100644
--- a/javascript/duktape/prototypes.h
+++ b/javascript/duktape/prototypes.h
@@ -11,6 +11,8 @@ DUKKY_DECLARE_INTERFACE(document, struct dom_document *);
DUKKY_DECLARE_INTERFACE(element, struct dom_element *);
DUKKY_DECLARE_INTERFACE(html_element, struct dom_html_element *);
DUKKY_DECLARE_INTERFACE(html_unknown_element, struct dom_html_element *);
+DUKKY_DECLARE_INTERFACE(html_collection, struct dom_html_collection *);
+DUKKY_DECLARE_INTERFACE(node_list, struct dom_nodelist *);
#endif