mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 06:51:26 +03:00
fix disabled javascript function signature
This commit is contained in:
parent
70ece8a428
commit
878fe3e68c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user