From 407d6156597e97774104923d10e3dc9ec5ac44fb Mon Sep 17 00:00:00 2001 From: Mats Palmgren Date: Wed, 19 Aug 2009 04:24:29 +0200 Subject: [PATCH] Backout bug 506349 since it caused a test failure. --- layout/base/nsDocumentViewer.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/layout/base/nsDocumentViewer.cpp b/layout/base/nsDocumentViewer.cpp index efb082baa6c4..2374f2a5266d 100644 --- a/layout/base/nsDocumentViewer.cpp +++ b/layout/base/nsDocumentViewer.cpp @@ -2831,9 +2831,6 @@ DocumentViewerImpl::SetTextZoom(float aTextZoom) if (GetIsPrintPreview()) { return NS_OK; } - - // XXX wallpaper for bug 506349. - mDocument->FlushPendingNotifications(Flush_ContentAndNotify); mTextZoom = aTextZoom;