summaryrefslogtreecommitdiff
path: root/javascript/duktape/prototypes.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2015-07-19 16:50:46 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2015-07-19 16:50:46 +0100
commit72a78ba9f5e2098480b922ab5cb5117ecdb05b36 (patch)
tree5a105118a75d8d896d78a000f336fb3c212edc7a /javascript/duktape/prototypes.h
parent8ec9e559e00f7c2288fa724591208e710690eff5 (diff)
downloadnetsurf-72a78ba9f5e2098480b922ab5cb5117ecdb05b36.tar.gz
netsurf-72a78ba9f5e2098480b922ab5cb5117ecdb05b36.tar.bz2
Getting further
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