object tag no longer processes it's children (i put troy's change from thursday

in a comment until the parser is sorted out).
This commit is contained in:
michaelp@netscape.com
1998-09-27 22:44:26 +00:00
parent f59ae1438c
commit 0a6d30ad34
3 changed files with 3 additions and 3 deletions

View File

@@ -1203,7 +1203,7 @@ HTMLStyleSheetImpl::ConstructFrameByTag(nsIPresContext* aPresContext,
}
else if (nsHTMLAtoms::object == aTag) {
rv = NS_NewObjectFrame(aContent, aParentFrame, aNewFrame);
processChildren = PR_TRUE;
// processChildren = PR_TRUE;
}
else if (nsHTMLAtoms::body == aTag) {
rv = NS_NewBodyFrame(aContent, aParentFrame, aNewFrame);