Undoing backout of bug 97227 because valeski and rpotts insist. I guess drivers aren't doing approvals after all.
This commit is contained in:
@@ -8127,7 +8127,7 @@ nsCSSFrameConstructor::ContentAppended(nsIPresContext* aPresContext,
|
||||
treeRowGroup->RegenerateRowGroupInfo(0);
|
||||
|
||||
if (!treeRowGroup->IsBatching())
|
||||
shell->FlushPendingNotifications();
|
||||
shell->FlushPendingNotifications(PR_FALSE);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
@@ -8599,7 +8599,7 @@ nsCSSFrameConstructor::ContentInserted(nsIPresContext* aPresContext,
|
||||
}
|
||||
|
||||
if (!treeRowGroup->IsBatching())
|
||||
shell->FlushPendingNotifications();
|
||||
shell->FlushPendingNotifications(PR_FALSE);
|
||||
return NS_OK;
|
||||
}
|
||||
}
|
||||
@@ -9281,7 +9281,7 @@ nsCSSFrameConstructor::ContentRemoved(nsIPresContext* aPresContext,
|
||||
treeRowGroup->MarkDirtyChildren(state);
|
||||
|
||||
if (!treeRowGroup->IsBatching())
|
||||
shell->FlushPendingNotifications();
|
||||
shell->FlushPendingNotifications(PR_FALSE);
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user