mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-17 15:04:18 +03:00
fix missing default
svn path=/trunk/netsurf/; revision=13992
This commit is contained in:
parent
1c15183fe3
commit
ac1dbe0354
@ -62,8 +62,10 @@ NETSURF_USE_WEBP := NO
|
||||
NETSURF_USE_VIDEO := NO
|
||||
|
||||
# Enable NetSurf's use of spidermonkey for javascript
|
||||
# Valid options: YES, NO
|
||||
# Valid options: YES, NO, AUTO
|
||||
NETSURF_USE_JS := NO
|
||||
# Javascript support in older debian/ubuntu versions
|
||||
NETSURF_USE_MOZJS := NO
|
||||
|
||||
# Enable NetSurf's use of libharu for PDF export and GTK printing support.
|
||||
# There is no auto-detection available for this, as it does not have a
|
||||
|
@ -179,7 +179,7 @@ static JSBool jsnative_confirm(JSContext *cx, uintN argc, jsval *vp)
|
||||
|
||||
warn_user(txt, NULL);
|
||||
|
||||
JS_SET_RVAL(cx, vp, result);
|
||||
JS_SET_RVAL(cx, vp, BOOLEAN_TO_JSVAL(result));
|
||||
|
||||
return JS_TRUE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user