From 1bf336e63e1c46a3005d1e4d555d294dd45a9af0 Mon Sep 17 00:00:00 2001 From: portix Date: Tue, 23 Oct 2012 01:00:42 +0200 Subject: Fixing element hider issues with webkit-1.10 --- src/js.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/js.h') diff --git a/src/js.h b/src/js.h index 40dbdd2e..9fe6fd7b 100644 --- a/src/js.h +++ b/src/js.h @@ -30,7 +30,7 @@ void js_set_object_number_property(JSContextRef ctx, JSObjectRef arg, const char char * js_get_string_property(JSContextRef ctx, JSObjectRef arg, const char *name); double js_get_double_property(JSContextRef ctx, JSObjectRef arg, const char *name); JSObjectRef js_create_object(WebKitWebFrame *, const char *); -char * js_call_as_function(WebKitWebFrame *, JSObjectRef, const char *string, const char *args, char **char_ret); +char * js_call_as_function(WebKitWebFrame *, JSObjectRef, const char *string, const char *args, JSType, char **char_ret); JSValueRef js_char_to_value(JSContextRef ctx, const char *text); char * js_value_to_json(JSContextRef ctx, JSValueRef value, size_t limit, JSValueRef *exc); JSValueRef js_execute(JSContextRef ctx, const char *, JSValueRef *exc); -- cgit v1.2.3