Bug 707564 followup. Update to new saner JSAPI, fixing merge bustage and ridding us of this pestilential CLOSED TREE. r=bustage

This commit is contained in:
Boris Zbarsky 2013-08-04 00:11:30 -04:00
Родитель 165344b12f
Коммит 87c6485b2e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5392,7 +5392,7 @@ class CGEnumerateHook(CGAbstractBindingMethod):
"}\n"
"JS::Rooted<JS::Value> dummy(cx);\n"
"for (uint32_t i = 0; i < names.Length(); ++i) {\n"
" if (!JS_LookupUCProperty(cx, obj, names[i].get(), names[i].Length(), dummy.address())) {\n"
" if (!JS_LookupUCProperty(cx, obj, names[i].get(), names[i].Length(), &dummy)) {\n"
" return false;\n"
" }\n"
"}\n"