Hooked back up IFRAME

This commit is contained in:
troy@netscape.com
1998-09-10 21:03:16 +00:00
parent e83a4960c7
commit 2b3ad1dbd2
4 changed files with 10 additions and 1 deletions

View File

@@ -1035,6 +1035,9 @@ NS_IMETHODIMP HTMLStyleSheetImpl::ConstructFrame(nsIPresContext* aPresContext,
else if (nsHTMLAtoms::select == tag) {
rv = NS_NewHTMLSelectFrame(aContent, aParentFrame, frame);
}
else if (nsHTMLAtoms::iframe == tag) {
rv = NS_NewHTMLFrameOuterFrame(aContent, aParentFrame, frame);
}
if (NS_OK != rv) {
NS_RELEASE(styleContext);
NS_IF_RELEASE(tag);