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; }