deCOMtaminate nsBoxLayoutState. Bug 247766, r+sr=roc.
git-svn-id: svn://10.0.0.236/trunk@158283 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1985,7 +1985,7 @@ nsTextControlFrame::GetPrefSize(nsBoxLayoutState& aState, nsSize& aSize)
|
||||
if (collapsed)
|
||||
return NS_OK;
|
||||
|
||||
nsIPresContext* presContext = aState.GetPresContext();
|
||||
nsIPresContext* presContext = aState.PresContext();
|
||||
const nsHTMLReflowState* reflowState = aState.GetReflowState();
|
||||
nsSize styleSize(CSS_NOTSET,CSS_NOTSET);
|
||||
nsFormControlFrame::GetStyleSize(presContext, *reflowState, styleSize);
|
||||
|
||||
Reference in New Issue
Block a user