backing out 205001 as it broke Windows printing. r=dbaron
git-svn-id: svn://10.0.0.236/trunk@190762 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -417,7 +417,7 @@ nsMathMLFrame::CalcLength(nsPresContext* aPresContext,
|
||||
NS_ASSERTION(aCSSValue.IsLengthUnit(), "not a length unit");
|
||||
|
||||
if (aCSSValue.IsFixedLengthUnit()) {
|
||||
return aCSSValue.GetLengthTwips(aPresContext);
|
||||
return aCSSValue.GetLengthTwips();
|
||||
}
|
||||
|
||||
nsCSSUnit unit = aCSSValue.GetUnit();
|
||||
|
||||
Reference in New Issue
Block a user