Bug 414568, bah, checked in a bad version of this patch!

This commit is contained in:
enndeakin@sympatico.ca 2008-02-21 08:05:43 -08:00
parent d9c6b362ae
commit 7127d6306d

View File

@ -2068,8 +2068,8 @@ nsXULContentBuilder::RebuildAll()
// clear rebuild flag while processing the queries, or a recursive call to
// build children may occur.
// if (xulcontent)
// xulcontent->ClearLazyState(nsXULElement::eChildrenMustBeRebuilt);
if (xulcontent)
xulcontent->ClearLazyState(nsXULElement::eChildrenMustBeRebuilt);
nsresult rv = CompileQueries();
if (NS_FAILED(rv))