Backout bug 506349 since it caused a test failure.

This commit is contained in:
Mats Palmgren 2009-08-19 04:24:29 +02:00
parent f335b12c28
commit ad55d4621d

View File

@ -2831,9 +2831,6 @@ DocumentViewerImpl::SetTextZoom(float aTextZoom)
if (GetIsPrintPreview()) {
return NS_OK;
}
// XXX wallpaper for bug 506349.
mDocument->FlushPendingNotifications(Flush_ContentAndNotify);
mTextZoom = aTextZoom;