Backing out 399852 due to mac mochitest failures

git-svn-id: svn://10.0.0.236/trunk@243161 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dholbert%cs.stanford.edu
2008-01-16 00:56:43 +00:00
parent cba81ff52d
commit d9bd33e144
6 changed files with 1 additions and 163 deletions

View File

@@ -200,13 +200,6 @@ nsView::~nsView()
{
MOZ_COUNT_DTOR(nsView);
if (this == nsViewManager::GetViewFocusedBeforeSuppression()) {
nsViewManager::SetViewFocusedBeforeSuppression(nsnull);
}
if (this == nsViewManager::GetCurrentlyFocusedView()) {
nsViewManager::SetCurrentlyFocusedView(nsnull);
}
while (GetFirstChild())
{
nsView* child = GetFirstChild();