Put the notification about root removal in document.open inside an update batch. Bug 399803, r+sr+a=jst

This commit is contained in:
bzbarsky@mit.edu 2007-10-19 09:01:09 -07:00
Родитель 1be7fb235a
Коммит 7dbe0c2c0a
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -2219,6 +2219,7 @@ nsHTMLDocument::OpenCommon(const nsACString& aContentType, PRBool aReplace)
if (root) {
// Tear down the frames for the root element.
MOZ_AUTO_DOC_UPDATE(this, UPDATE_CONTENT_MODEL, PR_TRUE);
nsNodeUtils::ContentRemoved(this, root, 0);
// Put the root element back into the document, we don't notify