backout the fix for bug 268513

This commit is contained in:
kyle.yuan%sun.com 2005-02-28 01:08:32 +00:00
Родитель d800635508
Коммит bd591e6c7e
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -3023,9 +3023,6 @@ PresShell::NotifyDestroyingFrame(nsIFrame* aFrame)
// Remove frame properties
mPresContext->PropertyTable()->DeleteAllPropertiesFor(aFrame);
// Clear anonymous content if any
SetAnonymousContentFor(aFrame->GetContent(), nsnull);
}
return NS_OK;
@ -4635,10 +4632,7 @@ PresShell::SetAnonymousContentFor(nsIContent* aContent, nsISupportsArray* aAnony
continue;
content->SetDocument(nsnull, PR_TRUE, PR_TRUE);
nsCOMPtr<nsISupports> old_ref = mDocument->RemoveReference(content);
}
mAnonymousContentTable->Remove(&key);
}
}