Added call to ProcessChildren() for OBJECT tag

This commit is contained in:
troy@netscape.com
1998-09-24 20:35:59 +00:00
parent 6e8065dacd
commit f0436aaf41
3 changed files with 3 additions and 0 deletions

View File

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