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
Родитель a50fd48f1b
Коммит 31eba9c93d
2 изменённых файлов: 2 добавлений и 2 удалений

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

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

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

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