mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-25 19:04:21 +03:00
Fix window.window
This commit is contained in:
parent
da77e9c91c
commit
3d7de6cf8d
@ -44,9 +44,8 @@ getter Window::document()
|
||||
return 1;
|
||||
%}
|
||||
|
||||
|
||||
getter Window::document()
|
||||
getter Window::window()
|
||||
%{
|
||||
duk_dup(ctx, 0);
|
||||
duk_push_this(ctx);
|
||||
return 1;
|
||||
%}
|
||||
%}
|
Loading…
x
Reference in New Issue
Block a user