Fixed frameset crash
git-svn-id: svn://10.0.0.236/trunk@9752 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1379,8 +1379,10 @@ HTMLContentSink::DidBuildModel(PRInt32 aQualityLevel)
|
||||
("HTMLContentSink::DidBuildModel: layout final content"));
|
||||
|
||||
// Reflow the last batch of content
|
||||
mDocument->ContentAppended(mBody, mBodyChildCount);
|
||||
mBody->ChildCount(mBodyChildCount);
|
||||
if (nsnull != mBody) {
|
||||
mDocument->ContentAppended(mBody, mBodyChildCount);
|
||||
mBody->ChildCount(mBodyChildCount);
|
||||
}
|
||||
ScrollToRef();
|
||||
|
||||
mDocument->EndLoad();
|
||||
|
||||
Reference in New Issue
Block a user