bug 314759: Update our flags when we open a frameset and close the head. r=sicking sr=jst

git-svn-id: svn://10.0.0.236/trunk@184063 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mrbkap%gmail.com
2005-11-02 22:51:17 +00:00
parent 280e7513ec
commit 5ca767ca1e

View File

@@ -2775,6 +2775,10 @@ CNavDTD::OpenContainer(const nsCParserNode *aNode,
break;
case eHTMLTag_frameset:
// Make sure that the head is closed before we try to open this frameset.
CloseContainer(eHTMLTag_head);
// Now that the head is closed, continue on with opening this frameset.
mFlags |= NS_DTD_FLAG_HAD_FRAMESET;
done = PR_FALSE;
break;