summaryrefslogtreecommitdiff
path: root/javascript/duktape/netsurf.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-13 09:22:46 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-13 09:22:46 +0100
commitd01cecdf7f341aeb4920437c0e644059c4b7090b (patch)
treef88366fdc849d87a660368eda7f5f1fb657cf73f /javascript/duktape/netsurf.bnd
parentcb178413efc7d8c6cbc595884e88c5b9d82898a4 (diff)
downloadnetsurf-d01cecdf7f341aeb4920437c0e644059c4b7090b.tar.gz
netsurf-d01cecdf7f341aeb4920437c0e644059c4b7090b.tar.bz2
add automaticaly generated property setter and getters to HTMLFrameElement
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 c60b66752..b9da3a449 100644
--- a/javascript/duktape/netsurf.bnd
+++ b/javascript/duktape/netsurf.bnd
@@ -72,12 +72,12 @@ struct dom_html_br_element;
#include "HTMLElement.bnd"
#include "HTMLFontElement.bnd"
#include "HTMLFormElement.bnd"
+#include "HTMLFrameElement.bnd"
#include "HTMLHRElement.bnd"
/* specialisations of html_element */
init HTMLUnknownElement(struct dom_html_element *html_unknown_element::html_element);
init HTMLDirectoryElement(struct dom_html_element *html_directory_element::html_element);
-init HTMLFrameElement(struct dom_html_element *html_frame_element::html_element);
init HTMLFrameSetElement(struct dom_html_element *html_frame_set_element::html_element);
init HTMLMarqueeElement(struct dom_html_element *html_marquee_element::html_element);
init HTMLCanvasElement(struct dom_html_element *html_canvas_element::html_element);