summaryrefslogtreecommitdiff
path: root/javascript/jsapi/window.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-12-20 17:00:06 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-12-20 17:00:06 +0000
commitc0f9ae95b9f5ac169f225d2b52d57d05599b6772 (patch)
treeaf0f92b005fa46dac9d712515459fe207143ac72 /javascript/jsapi/window.bnd
parent484fa8b110fb10b19808e73c49b345be638cb1db (diff)
downloadnetsurf-c0f9ae95b9f5ac169f225d2b52d57d05599b6772.tar.gz
netsurf-c0f9ae95b9f5ac169f225d2b52d57d05599b6772.tar.bz2
change the javascript bindings to use generated headers
Diffstat (limited to 'javascript/jsapi/window.bnd')
-rw-r--r--javascript/jsapi/window.bnd14
1 files changed, 12 insertions, 2 deletions
diff --git a/javascript/jsapi/window.bnd b/javascript/jsapi/window.bnd
index 6153e90aa..288b5b3d8 100644
--- a/javascript/jsapi/window.bnd
+++ b/javascript/jsapi/window.bnd
@@ -24,10 +24,20 @@ preamble %{
#include "utils/config.h"
#include "utils/log.h"
#include "utils/corestrings.h"
-
+#include "render/html_internal.h"
#include "javascript/jsapi.h"
-#include "javascript/jsapi/binding.h"
+#include "console.h"
+#include "navigator.h"
+#include "event.h"
+#include "node.h"
+#include "htmlcollection.h"
+#include "nodelist.h"
+#include "htmldocument.h"
+#include "text.h"
+#include "htmlelement.h"
+#include "window.h"
+#include "location.h"
%}