mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-23 02:42:11 +03:00
update event handler to cope with nsgenbind changes
This commit is contained in:
parent
ec43456e4b
commit
7915708b58
@ -201,9 +201,9 @@ getter self %{
|
||||
%}
|
||||
|
||||
getter EventHandler %{
|
||||
JSLOG("propname:%s %s", propname, JS_GetTypeName(cx, JS_TypeOfValue(cx, propname_jsval)));
|
||||
JSLOG("propname[%d] %s %s", tinyid , jsclass_properties[tinyid].name, JS_GetTypeName(cx, JS_TypeOfValue(cx, tinyid_jsval)));
|
||||
%}
|
||||
|
||||
setter EventHandler %{
|
||||
JSLOG("propname:%s %s", propname, JS_GetTypeName(cx, JS_TypeOfValue(cx, propname_jsval)));
|
||||
JSLOG("propname[%d] %s %s", tinyid, jsclass_properties[tinyid].name, JS_GetTypeName(cx, JS_TypeOfValue(cx, tinyid_jsval)));
|
||||
%}
|
||||
|
Loading…
Reference in New Issue
Block a user