*** empty log message ***

This commit is contained in:
av@netscape.com
1999-02-27 00:57:04 +00:00
parent f6557f2cd1
commit 360a653c7f
6 changed files with 418 additions and 4 deletions

View File

@@ -1882,12 +1882,14 @@ nsCSSFrameConstructor::ConstructFrameByTag(nsIPresContext* aPresContext,
else if (nsHTMLAtoms::object == aTag) {
isReplaced = PR_TRUE;
rv = NS_NewObjectFrame(newFrame);
/*
nsIFrame *blockFrame;
NS_NewBlockFrame(blockFrame, 0);
blockFrame->Init(*aPresContext, aContent, newFrame, aStyleContext, nsnull);
newFrame = blockFrame;
newFrameIsFloaterContainer = PR_TRUE;
processChildren = PR_TRUE;
*/
}
else if (nsHTMLAtoms::form == aTag) {
rv = NS_NewFormFrame(newFrame);