Bug 850571 - Remove temporary diagnostic code. r=me

This commit is contained in:
Mats Palmgren 2013-06-12 09:05:36 +00:00
Родитель 3b55f465b7
Коммит 7cd80f3223
1 изменённых файлов: 0 добавлений и 8 удалений

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

@ -153,14 +153,6 @@ nsView* nsView::GetViewFor(nsIWidget* aWidget)
void nsView::Destroy()
{
#if 1 // XXXmats temporary investigation of bug 850571
if (mFrame) {
if (uintptr_t(mFrame) == mozPoisonValue()) {
NS_RUNTIMEABORT("bug 850571: poisoned frame");
}
NS_RUNTIMEABORT("bug 850571: have frame");
}
#endif
this->~nsView();
mozWritePoison(this, sizeof(*this));
nsView::operator delete(this);