зеркало из https://github.com/mozilla/gecko-dev.git
Bug 850571 - Remove temporary diagnostic code. r=me
This commit is contained in:
Родитель
3b55f465b7
Коммит
7cd80f3223
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче