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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user