зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1180608 - Remove bogus assert, r=jandem.
This commit is contained in:
Родитель
19b71cf932
Коммит
91ded8966b
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче