summaryrefslogtreecommitdiff
path: root/javascript
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-06 08:59:23 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-06 09:01:38 +0100
commit76a68d7dd02f3819e4e60cd9febfd45e20821e14 (patch)
treea86fc61314fd53d383cb95a313a2897779984214 /javascript
parentd923e109cd56c553c8e87cdb8bdab5085e68cc73 (diff)
downloadnetsurf-76a68d7dd02f3819e4e60cd9febfd45e20821e14.tar.gz
netsurf-76a68d7dd02f3819e4e60cd9febfd45e20821e14.tar.bz2
Update content to split public and internal API
Diffstat (limited to 'javascript')
-rw-r--r--javascript/duktape/Document.bnd2
-rw-r--r--javascript/duktape/Window.bnd1
2 files changed, 2 insertions, 1 deletions
diff --git a/javascript/duktape/Document.bnd b/javascript/duktape/Document.bnd
index e15f75f48..8658aec45 100644
--- a/javascript/duktape/Document.bnd
+++ b/javascript/duktape/Document.bnd
@@ -13,7 +13,7 @@ prologue Document()
#include "utils/corestrings.h"
#include "utils/libdom.h"
#include "utils/utils.h"
-
+#include "content/hlcache.h"
#include "render/html_internal.h"
#include "content/urldb.h"
diff --git a/javascript/duktape/Window.bnd b/javascript/duktape/Window.bnd
index c9fc3ca4d..489587899 100644
--- a/javascript/duktape/Window.bnd
+++ b/javascript/duktape/Window.bnd
@@ -14,6 +14,7 @@ class Window {
prologue %{
#include "utils/nsurl.h"
#include "netsurf/browser_window.h"
+#include "content/hlcache.h"
#include "render/html.h"
#include "render/html_internal.h"
%};