зеркало из https://github.com/mozilla/pjs.git
Bug 728717 - Make the 'Some pres arena objects were not freed' assertion fatal. r=bz
This commit is contained in:
Родитель
6d921758b2
Коммит
4b56ca6ced
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче