From 878fe3e68cbda4f3d51cce7bc3b0ffcc27135367 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 3 Dec 2012 17:53:14 +0000 Subject: fix disabled javascript function signature --- javascript/none.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript') diff --git a/javascript/none.c b/javascript/none.c index 6354a12ff..3e7b39cb3 100644 --- a/javascript/none.c +++ b/javascript/none.c @@ -54,7 +54,7 @@ bool js_exec(jscontext *ctx, const char *txt, size_t txtlen) return true; } -bool js_fire_event(jscontext *ctx, const char *type, void *target) +bool js_fire_event(jscontext *ctx, const char *type, struct dom_document *doc, struct dom_node *target) { return true; } -- cgit v1.2.3