From 7bfb3b5b56e30b157cfb750657de104055fe6da3 Mon Sep 17 00:00:00 2001 From: Simon Lipp Date: Sun, 14 Feb 2010 16:23:31 +0100 Subject: eval_js: print file where the error occured --- src/uzbl-core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uzbl-core.h') diff --git a/src/uzbl-core.h b/src/uzbl-core.h index e05fcdb..23072e4 100644 --- a/src/uzbl-core.h +++ b/src/uzbl-core.h @@ -390,7 +390,7 @@ void run_external_js (WebKitWebView * web_view, GArray *argv, GString *result); void -eval_js(WebKitWebView * web_view, gchar *script, GString *result); +eval_js(WebKitWebView * web_view, gchar *script, GString *result, const gchar *script_file); void handle_authentication (SoupSession *session, -- cgit v1.2.3