mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
Merge branch 'vince/nsgenbind' of git://git.netsurf-browser.org/netsurf into vince/nsgenbind
This commit is contained in:
commit
a9f5b2a504
@ -116,7 +116,6 @@ jsobject *js_newcompartment(jscontext *ctx, void *win_priv, void *doc_priv)
|
||||
window = jsapi_new_Window(cx, window_proto, NULL, win_priv, doc_priv);
|
||||
|
||||
return (jsobject *)window;
|
||||
|
||||
}
|
||||
|
||||
bool js_exec(jscontext *ctx, const char *txt, size_t txtlen)
|
||||
|
Loading…
Reference in New Issue
Block a user