From 4f9a373960a7bfdcc586d1b90bc75a8aea282aa7 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 3 May 2019 13:32:23 +0100 Subject: Support Document::createEvent() Signed-off-by: Daniel Silverstone --- content/handlers/javascript/duktape/dukky.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers/javascript/duktape/dukky.c') diff --git a/content/handlers/javascript/duktape/dukky.c b/content/handlers/javascript/duktape/dukky.c index 750d14b64..5b3c12b95 100644 --- a/content/handlers/javascript/duktape/dukky.c +++ b/content/handlers/javascript/duktape/dukky.c @@ -736,7 +736,7 @@ handle_error: /*** New style event handling ***/ -static void dukky_push_event(duk_context *ctx, dom_event *evt) +void dukky_push_event(duk_context *ctx, dom_event *evt) { /* ... */ duk_get_global_string(ctx, EVENT_MAGIC); -- cgit v1.2.3