Correcting the usage of mozAutoDocUpdate here, see bug 230283.
r+sr=bzbarsky over irc. git-svn-id: svn://10.0.0.236/trunk@151354 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -264,7 +264,7 @@ nsXMLContentSink::DidBuildModel()
|
||||
NS_ASSERTION(mDocument->IndexOf(mDocElement) != -1,
|
||||
"mDocElement not in doc?");
|
||||
|
||||
mozAutoDocUpdate(mDocument, UPDATE_CONTENT_MODEL, PR_TRUE);
|
||||
mozAutoDocUpdate docUpdate(mDocument, UPDATE_CONTENT_MODEL, PR_TRUE);
|
||||
mDocument->ContentInserted(nsnull, mDocElement,
|
||||
// XXXbz is this last arg relevant if
|
||||
// the container is null?
|
||||
|
||||
Reference in New Issue
Block a user