summaryrefslogtreecommitdiff
path: root/javascript/duktape/netsurf.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-13 23:20:50 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-13 23:20:50 +0100
commitd57dec24548d7d8b58c54d0647b6d1339a09cb88 (patch)
treef59b1019548c3a5094edc9bc65865d25b74fed44 /javascript/duktape/netsurf.bnd
parent5fdf040e90c9adebc6ecc4ffe7c0ac0734853863 (diff)
downloadnetsurf-d57dec24548d7d8b58c54d0647b6d1339a09cb88.tar.gz
netsurf-d57dec24548d7d8b58c54d0647b6d1339a09cb88.tar.bz2
add automaticaly generated property setter and getters to HTMLMapElement
Diffstat (limited to 'javascript/duktape/netsurf.bnd')
-rw-r--r--javascript/duktape/netsurf.bnd2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/duktape/netsurf.bnd b/javascript/duktape/netsurf.bnd
index 771fa5ecb..2ecacf549 100644
--- a/javascript/duktape/netsurf.bnd
+++ b/javascript/duktape/netsurf.bnd
@@ -86,6 +86,7 @@ struct dom_html_br_element;
#include "HTMLLegendElement.bnd"
#include "HTMLLIElement.bnd"
#include "HTMLLinkElement.bnd"
+#include "HTMLMapElement.bnd"
init HTMLUnknownElement(struct dom_html_element *html_unknown_element::html_element);
init HTMLDirectoryElement(struct dom_html_element *html_directory_element::html_element);
@@ -113,7 +114,6 @@ init HTMLTableSectionElement(struct dom_html_element *html_table_section_element
init HTMLTableColElement(struct dom_html_element *html_table_col_element::html_element);
init HTMLTableCaptionElement(struct dom_html_element *html_table_caption_element::html_element);
init HTMLTableElement(struct dom_html_element *html_table_element::html_element);
-init HTMLMapElement(struct dom_html_element *html_map_element::html_element);
init HTMLMediaElement(struct dom_html_element *html_media_element::html_element);
init HTMLTrackElement(struct dom_html_element *html_track_element::html_element);
init HTMLParamElement(struct dom_html_element *html_param_element::html_element);