0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

[spidermonkey] localstorage -> localStorage

This commit is contained in:
Witold Filipczyk 2024-02-02 19:13:00 +01:00
parent 9516ca43ff
commit 4ee7b050a4

View File

@ -270,7 +270,7 @@ spidermonkey_get_interpreter(struct ecmascript_interpreter *interpreter)
&localstorage_class, NULL, 0,
nullptr,
localstorage_funcs,
NULL, NULL, "localstorage");
NULL, NULL, "localStorage");
if (!localstorage_obj) {
goto release_and_fail;
}