Fixed absolute positioning bug I introduced in my last checkin

git-svn-id: svn://10.0.0.236/trunk@17850 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-01-15 17:33:00 +00:00
parent 19c301f5fd
commit 7554cf628e
3 changed files with 3 additions and 3 deletions

View File

@@ -2347,7 +2347,7 @@ HTMLStyleSheetImpl::ContentAppended(nsIPresContext* aPresContext,
// determine where in the list they should be inserted...
if (nsnull != absoluteItems.childList) {
absoluteItems.containingBlock->AppendFrames(*aPresContext, *shell,
nsnull,
nsLayoutAtoms::absoluteList,
absoluteItems.childList);
}
}