summaryrefslogtreecommitdiff
path: root/javascript/duktape/netsurf.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-13 10:37:12 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-13 10:37:12 +0100
commit450cefbd490c2e11262ee15d025ffb18b0e9ff16 (patch)
tree8fed8179a5e377e43efdcf25fcd0e0491bb01803 /javascript/duktape/netsurf.bnd
parentc39096c30d26f425df78958597dda8e720777e30 (diff)
downloadnetsurf-450cefbd490c2e11262ee15d025ffb18b0e9ff16.tar.gz
netsurf-450cefbd490c2e11262ee15d025ffb18b0e9ff16.tar.bz2
add automaticaly generated property setter and getters to HTMLHtmlElement
Diffstat (limited to 'javascript/duktape/netsurf.bnd')
-rw-r--r--javascript/duktape/netsurf.bnd3
1 files changed, 1 insertions, 2 deletions
diff --git a/javascript/duktape/netsurf.bnd b/javascript/duktape/netsurf.bnd
index f0ae8a7d9..0194c00a1 100644
--- a/javascript/duktape/netsurf.bnd
+++ b/javascript/duktape/netsurf.bnd
@@ -76,6 +76,7 @@ struct dom_html_br_element;
#include "HTMLFrameSetElement.bnd"
#include "HTMLHeadingElement.bnd"
#include "HTMLHRElement.bnd"
+#include "HTMLHTMLElement.bnd"
/* specialisations of html_element */
init HTMLUnknownElement(struct dom_html_element *html_unknown_element::html_element);
@@ -143,8 +144,6 @@ init HTMLTableDataCellElement(struct dom_html_element *html_table_data_cell_elem
init HTMLAudioElement(struct dom_html_element *html_audio_element::html_media_element);
init HTMLVideoElement(struct dom_html_element *html_video_element::html_media_element);
-init HTMLElement(struct dom_html_element *html_element::element);
-
init Text(struct dom_node_text *text::character_data);
init Comment(struct dom_node_comment *comment::character_data);
init ProcessingInstruction(struct dom_node_text *text::character_data);