Bug 1180608 - Remove bogus assert, r=jandem.

This commit is contained in:
Brian Hackett 2015-07-09 07:43:42 -07:00
Родитель 19b71cf932
Коммит 91ded8966b
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -380,7 +380,6 @@ PropagatePropertyTypes(JSContext* cx, jsid id, ObjectGroup* oldGroup, ObjectGrou
ReportOutOfMemory(cx);
return false;
}
MOZ_ASSERT(!types.empty());
for (size_t j = 0; j < types.length(); j++)
AddTypePropertyId(cx, newGroup, nullptr, id, types[j]);
return true;