mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Finish fixing 42221, for sure.
This commit is contained in:
parent
1d77f5008c
commit
20a51b8298
@ -279,8 +279,11 @@ const char js_decodeURIComponent_str[] = "decodeURIComponent";
|
||||
const char js_encodeURIComponent_str[] = "encodeURIComponent";
|
||||
|
||||
static JSFunctionSpec string_functions[] = {
|
||||
#ifndef MOZILLA_CLIENT
|
||||
/* These two are predefined in a backward-compatible way by the DOM. */
|
||||
{js_escape_str, str_escape, 1,0,0},
|
||||
{js_unescape_str, str_unescape, 1,0,0},
|
||||
#endif
|
||||
#if JS_HAS_UNEVAL
|
||||
{js_uneval_str, str_uneval, 1,0,0},
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user