Bug 1288992 Part 0 - Drop the nonsensical comment for nsTableFrame::ReflowChildren. draft
authorTing-Yu Lin <tlin@mozilla.com>
Wed, 27 Jul 2016 11:22:15 +0800
changeset 393170 98087ced0bea2f955c674d6fc2f74a093bd1541a
parent 393078 462dc6b44adb4573e8ce6b0dd688c206ebd516f7
child 393171 ca729a8a4c61fe19fd0a0de62a0f22c676af5cdf
push id24239
push userbmo:tlin@mozilla.com
push dateWed, 27 Jul 2016 05:48:34 +0000
bugs1288992
milestone50.0a1
Bug 1288992 Part 0 - Drop the nonsensical comment for nsTableFrame::ReflowChildren. MozReview-Commit-ID: EOQvqNyL5qN
layout/tables/nsTableFrame.cpp
--- a/layout/tables/nsTableFrame.cpp
+++ b/layout/tables/nsTableFrame.cpp
@@ -2985,17 +2985,16 @@ nsTableFrame::PlaceRepeatedFooter(TableR
              // on the right-hand side so we're not simply converting a
              // point, we're also swapping the child's origin side.
              kidPosition.GetPhysicalPoint(wm, containerSize -
                                               desiredSize.PhysicalSize()),
              desiredSize, origTfootRect, origTfootVisualOverflow);
 }
 
 // Reflow the children based on the avail size and reason in aReflowInput
-// update aReflowMetrics a aStatus
 void
 nsTableFrame::ReflowChildren(TableReflowInput& aReflowInput,
                              nsReflowStatus&     aStatus,
                              nsIFrame*&          aLastChildReflowed,
                              nsOverflowAreas&    aOverflowAreas)
 {
   aStatus = NS_FRAME_COMPLETE;
   aLastChildReflowed = nullptr;