This commit is contained in:
brendan%mozilla.org 2006-04-10 05:35:12 +00:00
Родитель e73700a3f8
Коммит 2c653c4861
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -7764,7 +7764,8 @@ js_GetAnyName(JSContext *cx, jsval *vp)
* Protect multiple newborns created below, in the do-while(0)
* loop used to ensure that we leave this local root scope.
*/
if (!js_EnterLocalRootScope(cx))
ok = js_EnterLocalRootScope(cx);
if (!ok)
return JS_FALSE;
do {