From f8a8e360028e6da3fe0a5d28c79f5ecbfb0a8e31 Mon Sep 17 00:00:00 2001 From: Gavin Sharp Date: Mon, 2 Mar 2009 04:53:11 -0500 Subject: [PATCH] Backed out changeset 02384ea1b0d9 because it is suspected of having caused a Ts regression: bug 480860 --- mobile/chrome/content/WidgetStack.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mobile/chrome/content/WidgetStack.js b/mobile/chrome/content/WidgetStack.js index b6c52d8b8b50..d635726cfe85 100644 --- a/mobile/chrome/content/WidgetStack.js +++ b/mobile/chrome/content/WidgetStack.js @@ -720,12 +720,7 @@ WidgetStack.prototype = { this._viewingRect.width = width; this._viewingRect.height = height; - // Wrap this call in a batch to ensure that we always call the - // viewportUpdateHandler, even if _adjustViewingRect doesn't trigger a pan. - // If it does, the batch also ensures that we don't call the handler twice. - this.beginUpdateBatch(); this._adjustViewingRect(); - this.endUpdateBatch(); }, beginUpdateBatch: function startUpdate() {