summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/duktape
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2018-07-23 10:47:26 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2018-07-23 10:47:26 +0100
commit09b015bf11be087bdc50e740c2f8ce6a6ff5853e (patch)
tree43cd3f15a99a0e1a646a446926d668454e1e3c2e /content/handlers/javascript/duktape
parentaa95a75332e274d102e6e9946d4c16ba27f7b532 (diff)
downloadnetsurf-09b015bf11be087bdc50e740c2f8ce6a6ff5853e.tar.gz
netsurf-09b015bf11be087bdc50e740c2f8ce6a6ff5853e.tar.bz2
Browser: Rename function to access bw URL.
Diffstat (limited to 'content/handlers/javascript/duktape')
-rw-r--r--content/handlers/javascript/duktape/Window.bnd2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/javascript/duktape/Window.bnd b/content/handlers/javascript/duktape/Window.bnd
index f647fd147..98ba39df8 100644
--- a/content/handlers/javascript/duktape/Window.bnd
+++ b/content/handlers/javascript/duktape/Window.bnd
@@ -28,7 +28,7 @@ init Window(struct browser_window *win, struct html_content *htmlc)
NSLOG(netsurf, INFO, "win=%p htmlc=%p", priv->win, priv->htmlc);
NSLOG(netsurf, INFO,
- "URL is %s", nsurl_access(browser_window_get_url(priv->win)));
+ "URL is %s", nsurl_access(browser_window_access_url(priv->win)));
%}
prototype Window()