backout changeset 8b6f20bda157 (bug 735577 followup 1) for build failure

This commit is contained in:
Jonathan Kew
2013-12-29 22:48:13 +00:00
parent 686409b756
commit cef04e128a
29 changed files with 46 additions and 54 deletions

View File

@@ -563,7 +563,7 @@ nsTextControlFrame::ReflowTextControlChild(nsIFrame* aKid,
+ kidReflowState.ComputedPhysicalMargin().top;
// reflow the child
nsHTMLReflowMetrics desiredSize(aReflowState);
nsHTMLReflowMetrics desiredSize(aReflowState.GetWritingMode());
ReflowChild(aKid, aPresContext, desiredSize, kidReflowState,
xOffset, yOffset, 0, aStatus);