Fix build bustage. Bug 243370.
git-svn-id: svn://10.0.0.236/trunk@217976 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -532,7 +532,9 @@ nsBox::GetPrefSize(nsBoxLayoutState& aState)
|
||||
AddInset(pref);
|
||||
nsIBox::AddCSSPrefSize(aState, this, pref);
|
||||
|
||||
BoundsCheck(GetMinSize(aState), pref, GetMaxSize(aState));
|
||||
nsSize minSize = GetMinSize(aState);
|
||||
nsSize maxSize = GetMaxSize(aState);
|
||||
BoundsCheck(minSize, pref, maxSize);
|
||||
|
||||
return pref;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user