зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1744036 part 1 - Don't use a pinned atom in ReportCantConvert. r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D132688
This commit is contained in:
Родитель
4b838b3218
Коммит
9ad9d5ebb9
|
@ -2246,7 +2246,7 @@ static bool ReportCantConvert(JSContext* cx, unsigned errorNumber,
|
|||
// Avoid recursive death when decompiling in ReportValueError.
|
||||
RootedString str(cx);
|
||||
if (hint == JSTYPE_STRING) {
|
||||
str = JS_AtomizeAndPinString(cx, clasp->name);
|
||||
str = JS_AtomizeString(cx, clasp->name);
|
||||
if (!str) {
|
||||
return false;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче