From 538ae6631f198bf79239a89252d4f5774fed9c20 Mon Sep 17 00:00:00 2001 From: "karnaze%netscape.com" Date: Fri, 17 Dec 1999 06:52:37 +0000 Subject: [PATCH] bug 21918 typo in calling InsertRowGroups, r=sdagley,syd git-svn-id: svn://10.0.0.236/trunk@56142 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/table/src/nsTableFrame.cpp | 2 +- mozilla/layout/tables/nsTableFrame.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/html/table/src/nsTableFrame.cpp b/mozilla/layout/html/table/src/nsTableFrame.cpp index 8fbe06bf88c..60dade5b320 100644 --- a/mozilla/layout/html/table/src/nsTableFrame.cpp +++ b/mozilla/layout/html/table/src/nsTableFrame.cpp @@ -2141,7 +2141,7 @@ nsTableFrame::AppendFrames(nsIPresContext* aPresContext, } } else if (IsRowGroup(display->mDisplay)) { // insert the rows into the table - InsertRowGroups(*aPresContext, aFrameList, GetRowCount()); + InsertRowGroups(*aPresContext, f, GetRowCount()); // Append the new row group frame to the sibling chain mFrames.AppendFrame(nsnull, f); diff --git a/mozilla/layout/tables/nsTableFrame.cpp b/mozilla/layout/tables/nsTableFrame.cpp index 8fbe06bf88c..60dade5b320 100644 --- a/mozilla/layout/tables/nsTableFrame.cpp +++ b/mozilla/layout/tables/nsTableFrame.cpp @@ -2141,7 +2141,7 @@ nsTableFrame::AppendFrames(nsIPresContext* aPresContext, } } else if (IsRowGroup(display->mDisplay)) { // insert the rows into the table - InsertRowGroups(*aPresContext, aFrameList, GetRowCount()); + InsertRowGroups(*aPresContext, f, GetRowCount()); // Append the new row group frame to the sibling chain mFrames.AppendFrame(nsnull, f);