aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Simon Lipp <sloonz@gmail.com>2010-02-14 16:23:31 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-02-14 16:23:31 +0100
commit7bfb3b5b56e30b157cfb750657de104055fe6da3 (patch)
tree2bcda29e08727d32ae62559a24febfb20ded1269 /src/uzbl-core.h
parent2634a66833b177da77199970674f39c842c43294 (diff)
eval_js: print file where the error occured
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h2
1 files changed, 1 insertions, 1 deletions
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,