BodyFixupRule was not updated nor recreated in case of stylesheet disabling; b=88681; r=pierre,hyatt; sr=attinasi

git-svn-id: svn://10.0.0.236/trunk@100205 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
glazman%netscape.com
2001-08-02 14:34:55 +00:00
parent 539f80b7a1
commit ea8347db88
13 changed files with 98 additions and 7 deletions

View File

@@ -3530,7 +3530,7 @@ nsHTMLDocument::GetBodyContent()
return PR_FALSE;
}
nsresult
NS_IMETHODIMP
nsHTMLDocument::GetBodyElement(nsIDOMHTMLBodyElement** aBody)
{
if (mBodyContent == nsnull && PR_FALSE == GetBodyContent()) {