From 7554cf628e96ad9f4dbd34817b42daa2d0995b8b Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Fri, 15 Jan 1999 17:33:00 +0000 Subject: [PATCH] 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 --- mozilla/content/html/style/src/nsHTMLStyleSheet.cpp | 2 +- mozilla/layout/html/style/src/nsHTMLStyleSheet.cpp | 2 +- mozilla/layout/style/nsHTMLStyleSheet.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/content/html/style/src/nsHTMLStyleSheet.cpp b/mozilla/content/html/style/src/nsHTMLStyleSheet.cpp index e27c7d0b28b..99b8fc77594 100644 --- a/mozilla/content/html/style/src/nsHTMLStyleSheet.cpp +++ b/mozilla/content/html/style/src/nsHTMLStyleSheet.cpp @@ -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); } } diff --git a/mozilla/layout/html/style/src/nsHTMLStyleSheet.cpp b/mozilla/layout/html/style/src/nsHTMLStyleSheet.cpp index e27c7d0b28b..99b8fc77594 100644 --- a/mozilla/layout/html/style/src/nsHTMLStyleSheet.cpp +++ b/mozilla/layout/html/style/src/nsHTMLStyleSheet.cpp @@ -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); } } diff --git a/mozilla/layout/style/nsHTMLStyleSheet.cpp b/mozilla/layout/style/nsHTMLStyleSheet.cpp index e27c7d0b28b..99b8fc77594 100644 --- a/mozilla/layout/style/nsHTMLStyleSheet.cpp +++ b/mozilla/layout/style/nsHTMLStyleSheet.cpp @@ -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); } }