changed param in the initializer to aContent instead of nsnull
r=kmcclusk,b=17015
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user