summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2021-04-27 13:46:46 -0700
committerThomas Groman <tgroman@nuegia.net>2021-04-27 13:46:46 -0700
commitbdd6513d0f37d075e9b3b11058b9cf6fcdf5055f (patch)
treeeebab5128efbec1a555d443bac04f4dbd4241987 /js/xpconnect/tests
parent702b3bf53ac4d7e3d483c9b12123235ba83c5395 (diff)
downloadUXP-webbrowser.tar
UXP-webbrowser.tar.gz
UXP-webbrowser.tar.lz
UXP-webbrowser.tar.xz
UXP-webbrowser.zip
Add object-from-entrieswebbrowser
Uriel was right
Diffstat (limited to 'js/xpconnect/tests')
-rw-r--r--js/xpconnect/tests/chrome/test_xrayToJS.xul4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/xpconnect/tests/chrome/test_xrayToJS.xul b/js/xpconnect/tests/chrome/test_xrayToJS.xul
index 38f3f447d..d1cc3e26c 100644
--- a/js/xpconnect/tests/chrome/test_xrayToJS.xul
+++ b/js/xpconnect/tests/chrome/test_xrayToJS.xul
@@ -190,9 +190,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=933681
constructorProps(["setPrototypeOf", "getOwnPropertyDescriptor", "getOwnPropertyDescriptors",
"keys", "is", "defineProperty", "defineProperties", "create",
"getOwnPropertyNames", "getOwnPropertySymbols",
- "preventExtensions", "freeze", "isFrozen", "seal",
+ "preventExtensions", "freeze", "fromEntries", "isFrozen", "seal",
"isSealed", "assign", "getPrototypeOf", "values",
- "entries", "isExtensible"])
+ "entries", "isExtensible"]);
gPrototypeProperties['Array'] =
["length", "toSource", "toString", "toLocaleString", "join", "reverse", "sort", "push",
"pop", "shift", "unshift", "splice", "concat", "slice", "lastIndexOf", "indexOf",