diff --git a/js/xpconnect/tests/chrome/test_xrayToJS.xul b/js/xpconnect/tests/chrome/test_xrayToJS.xul index 7f5a923738cc..9c546edf5135 100644 --- a/js/xpconnect/tests/chrome/test_xrayToJS.xul +++ b/js/xpconnect/tests/chrome/test_xrayToJS.xul @@ -254,6 +254,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=933681 ["constructor", "catch", "then", "finally", Symbol.toStringTag]; gConstructorProperties['Promise'] = constructorProps(["resolve", "reject", "all", "race", Symbol.species]); + if (isNightlyBuild) { + gConstructorProperties['Promise'].push("allSettled"); + } gPrototypeProperties['ArrayBuffer'] = ["constructor", "byteLength", "slice", Symbol.toStringTag];