Bug 174055, part 4: mechanical fixups outside gfx.

This commit is contained in:
Zack Weinberg
2011-04-07 18:05:49 -07:00
parent 5a561b633c
commit 2da91ac5cb
46 changed files with 101 additions and 101 deletions

View File

@@ -153,7 +153,7 @@ nsMathMLmsubFrame::PlaceSubScript (nsPresContext* aPresContext,
// get min subscript shift limit from x-height
// = h(x) - 4/5 * sigma_5, Rule 18b, App. G, TeXbook
nscoord xHeight = 0;
nsCOMPtr<nsIFontMetrics> fm =
nsRefPtr<nsFontMetrics> fm =
aPresContext->GetMetricsFor(baseFrame->GetStyleFont()->mFont);
fm->GetXHeight (xHeight);