Backed out changeset 17650db2f478 (bug 1354775) for stylo bustage at developer's request a=backout

This commit is contained in:
Wes Kocher 2017-04-08 23:52:25 -07:00
Родитель 993d5ac341
Коммит b689c79de1
2 изменённых файлов: 0 добавлений и 10 удалений

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

@ -1109,13 +1109,6 @@ Gecko_ClearPODTArray(void* aArray, size_t aElementSize, size_t aElementAlign)
aElementSize, aElementAlign);
}
void
Gecko_CopyStyleGridTemplateValues(nsStyleGridTemplate* aGridTemplate,
const nsStyleGridTemplate* aOther)
{
*aGridTemplate = *aOther;
}
void
Gecko_ClearAndResizeStyleContents(nsStyleContent* aContent, uint32_t aHowMany)
{

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

@ -284,9 +284,6 @@ void Gecko_EnsureTArrayCapacity(void* array, size_t capacity, size_t elem_size);
// otherwise. This is ensured with rust traits for the relevant structs.
void Gecko_ClearPODTArray(void* array, size_t elem_size, size_t elem_align);
void Gecko_CopyStyleGridTemplateValues(nsStyleGridTemplate* grid_template,
const nsStyleGridTemplate* other);
// Clear the mContents, mCounterIncrements, or mCounterResets field in nsStyleContent. This is
// needed to run the destructors, otherwise we'd leak the images, strings, and whatnot.
void Gecko_ClearAndResizeStyleContents(nsStyleContent* content,