Bug 728717 - Make the 'Some pres arena objects were not freed' assertion fatal. r=bz

This commit is contained in:
Jesse Ruderman 2012-02-19 12:40:14 -08:00
Родитель d7a31bf294
Коммит fe1bfcb339
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -975,8 +975,8 @@ PresShell::~PresShell()
"post-reflow queues not empty. This means we're leaking");
#ifdef DEBUG
NS_ASSERTION(mPresArenaAllocCount == 0,
"Some pres arena objects were not freed");
MOZ_ASSERT(mPresArenaAllocCount == 0,
"Some pres arena objects were not freed");
#endif
delete mStyleSet;