mirror of
https://github.com/rkd77/elinks.git
synced 2025-09-21 19:46:23 -04:00
[quickjs] scroll2.html works
This commit is contained in:
@@ -82,7 +82,9 @@ struct ecmascript_interpreter {
|
||||
void *document_obj;
|
||||
void *location_obj;
|
||||
#endif
|
||||
#ifdef CONFIG_ECMASCRIPT_SMJS
|
||||
#ifdef CONFIG_QUICKJS
|
||||
JSValueConst fun;
|
||||
#else
|
||||
JS::RootedValue fun;
|
||||
#endif
|
||||
bool changed;
|
||||
|
||||
Reference in New Issue
Block a user