diff --git a/js/xpconnect/tests/chrome/test_xrayToJS.xul b/js/xpconnect/tests/chrome/test_xrayToJS.xul index 023c2f87e751..cf96526f4b10 100644 --- a/js/xpconnect/tests/chrome/test_xrayToJS.xul +++ b/js/xpconnect/tests/chrome/test_xrayToJS.xul @@ -258,8 +258,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=933681 constructorProps(["isView", "slice", Symbol.species]); if (!isReleaseOrBeta) { - gPrototypeProperties['SharedArrayBuffer'] = ["constructor", "byteLength"]; - gConstructorProperties['SharedArrayBuffer'] = constructorProps([]); + gPrototypeProperties['SharedArrayBuffer'] = ["constructor", "byteLength", Symbol.toStringTag]; + gConstructorProperties['SharedArrayBuffer'] = constructorProps([Symbol.species]); } else { is(typeof SharedArrayBuffer, "undefined", "Enable tests!"); }