changed param in the initializer to aContent instead of nsnull

r=kmcclusk,b=17015
This commit is contained in:
rods%netscape.com 1999-10-26 23:21:14 +00:00
parent b98eb078bf
commit 823ba975a6
2 changed files with 2 additions and 2 deletions

View File

@ -3517,7 +3517,7 @@ nsCSSFrameConstructor::InitializeSelectFrame(nsIPresContext* aPresConte
// Initialize the frame and force it to have a view // Initialize the frame and force it to have a view
// the scrolled frame is anonymous and does not have a content node // the scrolled frame is anonymous and does not have a content node
scrolledFrame->Init(*aPresContext, nsnull, scrollFrame, scrolledFrame->Init(*aPresContext, aContent, scrollFrame,
scrolledPseudoStyle, nsnull); scrolledPseudoStyle, nsnull);
nsHTMLContainerFrame::CreateViewForFrame(*aPresContext, scrolledFrame, nsHTMLContainerFrame::CreateViewForFrame(*aPresContext, scrolledFrame,

View File

@ -3517,7 +3517,7 @@ nsCSSFrameConstructor::InitializeSelectFrame(nsIPresContext* aPresConte
// Initialize the frame and force it to have a view // Initialize the frame and force it to have a view
// the scrolled frame is anonymous and does not have a content node // the scrolled frame is anonymous and does not have a content node
scrolledFrame->Init(*aPresContext, nsnull, scrollFrame, scrolledFrame->Init(*aPresContext, aContent, scrollFrame,
scrolledPseudoStyle, nsnull); scrolledPseudoStyle, nsnull);
nsHTMLContainerFrame::CreateViewForFrame(*aPresContext, scrolledFrame, nsHTMLContainerFrame::CreateViewForFrame(*aPresContext, scrolledFrame,