Bug 629862 - text update notification should schedule notifications processing, r=davidb, a=final+

This commit is contained in:
Alexander Surkov
2011-01-31 12:04:25 +08:00
parent aad2339823
commit fc57b3bbc5
2 changed files with 6 additions and 3 deletions

View File

@@ -184,7 +184,8 @@ NotificationController::IsUpdatePending()
do_QueryInterface(mPresShell);
return presShell->IsLayoutFlushObserver() ||
mObservingState == eRefreshProcessingForUpdate ||
mContentInsertions.Length() != 0 || mNotifications.Length() != 0;
mContentInsertions.Length() != 0 || mNotifications.Length() != 0 ||
mTextHash.Count() != 0;
}
////////////////////////////////////////////////////////////////////////////////