From 92f446fdda18e9a40527edf4b4b19504fe602d2c Mon Sep 17 00:00:00 2001 From: "Olli.Pettay%helsinki.fi" Date: Fri, 23 Mar 2007 10:03:25 +0000 Subject: [PATCH] backout Bug 369168 git-svn-id: svn://10.0.0.236/trunk@222251 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsFrameSetFrame.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mozilla/layout/generic/nsFrameSetFrame.cpp b/mozilla/layout/generic/nsFrameSetFrame.cpp index cd9a81cc38f..01ce6f7fb24 100644 --- a/mozilla/layout/generic/nsFrameSetFrame.cpp +++ b/mozilla/layout/generic/nsFrameSetFrame.cpp @@ -1378,7 +1378,6 @@ nsHTMLFramesetFrame::RecalculateBorderResize() // number of any type of children PRUint32 numChildren = mContent->GetChildCount(); for (childIndex = 0; childIndex < numChildren; childIndex++) { - childTypes[childIndex] = BLANK; nsIContent *child = mContent->GetChildAt(childIndex); if (child->IsNodeOfType(nsINode::eHTML)) { @@ -1395,9 +1394,6 @@ nsHTMLFramesetFrame::RecalculateBorderResize() } } } - for (; childIndex < numCells; ++childIndex) { - childTypes[childIndex] = BLANK; - } // set the visibility and mouse sensitivity of borders PRInt32 verX;