зеркало из https://github.com/mozilla/pjs.git
changed param in the initializer to aContent instead of nsnull
r=kmcclusk,b=17015
This commit is contained in:
Родитель
a50fd48f1b
Коммит
31eba9c93d
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче