Removed IsPseudoFrame() from nsContainerFrame

This commit is contained in:
troy@netscape.com
1998-09-24 04:57:30 +00:00
parent cd63df2958
commit 2082f1b603
8 changed files with 74 additions and 130 deletions

View File

@@ -147,8 +147,6 @@ nsHTMLContainerFrame::ContentDeleted(nsIPresShell* aShell,
nsIContent* aChild,
PRInt32 aIndexInParent)
{
NS_ASSERTION(!IsPseudoFrame(), "pseudos not supported here");
// Find the frame that precedes the deletion point
nsHTMLContainerFrame* flow;
nsIFrame* deadFrame;