summaryrefslogtreecommitdiff
path: root/javascript/duktape/netsurf.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-09 15:03:25 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-09 15:03:25 +0100
commit5a569322a49c86fc39b3d7a854f929881f6cd29c (patch)
tree94eb3dd4c96bff98ff656e6c421b6981899e27d3 /javascript/duktape/netsurf.bnd
parentc7275edc26880cb097fd086b96d4ce09fff6551b (diff)
downloadnetsurf-5a569322a49c86fc39b3d7a854f929881f6cd29c.tar.gz
netsurf-5a569322a49c86fc39b3d7a854f929881f6cd29c.tar.bz2
Add automaticaly generated property setter and getters to HTMLAreaElement
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 33a60557a..167dabb61 100644
--- a/javascript/duktape/netsurf.bnd
+++ b/javascript/duktape/netsurf.bnd
@@ -64,6 +64,7 @@ struct dom_html_br_element;
#include "HTMLAnchorElement.bnd"
#include "HTMLAppletElement.bnd"
+#include "HTMLAreaElement.bnd"
#include "HTMLBRElement.bnd"
#include "HTMLHRElement.bnd"
@@ -102,7 +103,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 HTMLAreaElement(struct dom_html_element *html_area_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);