backout Bug 369168

git-svn-id: svn://10.0.0.236/trunk@222251 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Olli.Pettay%helsinki.fi
2007-03-23 10:03:25 +00:00
parent c3ae32704e
commit 92f446fdda

View File

@@ -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;