Removed CreateFrame() from nsIHTMLContent

This commit is contained in:
troy@netscape.com
1998-09-18 18:04:42 +00:00
parent 7f644b87ab
commit 75ef26abf7
39 changed files with 168 additions and 875 deletions

View File

@@ -996,7 +996,6 @@ nsHTMLFramesetFrame::Reflow(nsIPresContext& aPresContext,
// add blank frames for frameset cells that had no content provided
for (int blankX = mChildCount; blankX < numCells; blankX++) {
// XXX the blank frame is using the content of its parent - at some point it should just have null content
// XXX bypassing nsHTMLBase::CreateFrame; all we need is a simple blank frame.
nsHTMLFramesetBlankFrame* blankFrame = new nsHTMLFramesetBlankFrame(mContent, this);
//GetStyleContext(&aPresContext, blankFrame->mStyleContext); // set the blank frame's style context
if (nsnull == lastChild) {