diff --git a/mozilla/layout/xul/base/src/nsTreeRowFrame.cpp b/mozilla/layout/xul/base/src/nsTreeRowFrame.cpp index 38c7a08fffe..ce7926e0e48 100644 --- a/mozilla/layout/xul/base/src/nsTreeRowFrame.cpp +++ b/mozilla/layout/xul/base/src/nsTreeRowFrame.cpp @@ -175,7 +175,7 @@ nsTreeRowFrame::Reflow(nsIPresContext& aPresContext, const nsHTMLReflowState& aReflowState, nsReflowStatus& aStatus) { - +/* if (aReflowState.reason != eReflowReason_Incremental) { // Determine the row's generation. nsTableFrame* tableFrame; @@ -193,7 +193,7 @@ nsTreeRowFrame::Reflow(nsIPresContext& aPresContext, } } } - +*/ /* static int i = 0; i++; printf("Full row reflow! Number %d\n", i);