зеркало из https://github.com/mozilla/gecko-dev.git
Twiddle parentheses a little bit. Bug 311415 followup, r+sr=dbaron
This commit is contained in:
Родитель
4e6c54649d
Коммит
20e95343df
|
@ -207,8 +207,8 @@ static inline PRBool IsFixedWidth(const nsStyleCoord& aCoord)
|
|||
return aCoord.GetUnit() == eStyleUnit_Coord ||
|
||||
aCoord.GetUnit() == eStyleUnit_Chars ||
|
||||
(aCoord.GetUnit() == eStyleUnit_Enumerated &&
|
||||
aCoord.GetIntValue() == NS_STYLE_WIDTH_INTRINSIC ||
|
||||
aCoord.GetIntValue() == NS_STYLE_WIDTH_MIN_INTRINSIC);
|
||||
(aCoord.GetIntValue() == NS_STYLE_WIDTH_INTRINSIC ||
|
||||
aCoord.GetIntValue() == NS_STYLE_WIDTH_MIN_INTRINSIC));
|
||||
}
|
||||
|
||||
static inline PRBool IsFixedMaxWidth(const nsStyleCoord& aCoord)
|
||||
|
|
|
@ -707,7 +707,7 @@ WidthDependsOnContainer(const nsStyleCoord& aCoord)
|
|||
return aCoord.GetUnit() == eStyleUnit_Percent ||
|
||||
(aCoord.GetUnit() == eStyleUnit_Enumerated &&
|
||||
(aCoord.GetIntValue() == NS_STYLE_WIDTH_FILL ||
|
||||
(aCoord.GetIntValue() == NS_STYLE_WIDTH_SHRINK_WRAP)));
|
||||
aCoord.GetIntValue() == NS_STYLE_WIDTH_SHRINK_WRAP));
|
||||
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче