Backing out waterson's changes for 100952 to fix smoketest blocker 103331. r=waterson

This commit is contained in:
dbaron%fas.harvard.edu 2001-10-05 20:41:04 +00:00
Родитель 87a55de8e6
Коммит 599238cebe
3 изменённых файлов: 0 добавлений и 18 удалений

Просмотреть файл

@ -1771,12 +1771,6 @@ nsXULContentBuilder::CreateContents(nsIContent* aElement)
NS_ASSERTION(IsElementInWidget(aElement), "element not managed by this template builder");
// Prevent re-entrancy while we're creating an element's children
if (mIsBuilding)
return NS_OK;
AutoLatch latch(&mIsBuilding);
return CreateTemplateAndContainerContents(aElement, nsnull /* don't care */, nsnull /* don't care */);
}

Просмотреть файл

@ -941,12 +941,6 @@ nsXULOutlinerBuilder::Rebuild()
if (! mRoot)
return NS_ERROR_NOT_INITIALIZED;
// Forbid re-entrancy while rebuilding
if (mIsBuilding)
return NS_OK;
AutoLatch latch(&mIsBuilding);
nsresult rv;
mRows.Clear();

Просмотреть файл

@ -941,12 +941,6 @@ nsXULOutlinerBuilder::Rebuild()
if (! mRoot)
return NS_ERROR_NOT_INITIALIZED;
// Forbid re-entrancy while rebuilding
if (mIsBuilding)
return NS_OK;
AutoLatch latch(&mIsBuilding);
nsresult rv;
mRows.Clear();