From 09b015bf11be087bdc50e740c2f8ce6a6ff5853e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 23 Jul 2018 10:47:26 +0100 Subject: Browser: Rename function to access bw URL. --- content/handlers/javascript/duktape/Window.bnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') 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() -- cgit v1.2.3