зеркало из https://github.com/mozilla/gecko-dev.git
Put the notification about root removal in document.open inside an update batch. Bug 399803, r+sr+a=jst
This commit is contained in:
Родитель
1be7fb235a
Коммит
7dbe0c2c0a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче