summaryrefslogtreecommitdiff
path: root/javascript/duktape/netsurf.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-14 15:54:22 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-14 15:54:22 +0100
commit9409bc2ad7d71916accae0cf855ac068cb6a4bb3 (patch)
tree66d04a5c518791a5d23777b647f9939c9d99f301 /javascript/duktape/netsurf.bnd
parent9666888f0c76b5bb690022a9a125417554f7d0b0 (diff)
downloadnetsurf-9409bc2ad7d71916accae0cf855ac068cb6a4bb3.tar.gz
netsurf-9409bc2ad7d71916accae0cf855ac068cb6a4bb3.tar.bz2
add automaticaly generated property setter and getters to HTMLTitleElement
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 2693cf1e1..d4e7ca6d0 100644
--- a/javascript/duktape/netsurf.bnd
+++ b/javascript/duktape/netsurf.bnd
@@ -105,6 +105,7 @@ struct dom_html_br_element;
#include "HTMLTableRowElement.bnd"
#include "HTMLTableSectionElement.bnd"
#include "HTMLTextAreaElement.bnd"
+#include "HTMLTitleElement.bnd"
init HTMLUnknownElement(struct dom_html_element *html_unknown_element::html_element);
init HTMLDirectoryElement(struct dom_html_element *html_directory_element::html_element);
@@ -134,7 +135,6 @@ init HTMLDListElement(struct dom_html_element *html_d_list_element::html_element
init HTMLUListElement(struct dom_html_element *html_u_list_element::html_element);
init HTMLOListElement(struct dom_html_element *html_o_list_element::html_element);
init HTMLPreElement(struct dom_html_element *html_pre_element::html_element);
-init HTMLTitleElement(struct dom_html_element *html_title_element::html_element);
init HTMLHeadElement(struct dom_html_element *html_head_element::html_element);
/* specialisations of HTMLTableCellElement */