From 9230d6cb3ec81eff8e1db310e7b25c20c3c514d0 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Wed, 22 Sep 2010 10:31:34 -0700 Subject: [PATCH] Bug 598676 - Error: this._browser is undefined [r=mfinkle] --- mobile/chrome/content/bindings/browser.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/chrome/content/bindings/browser.xml b/mobile/chrome/content/bindings/browser.xml index f9518f941b0d..ec8401768e2c 100644 --- a/mobile/chrome/content/bindings/browser.xml +++ b/mobile/chrome/content/bindings/browser.xml @@ -352,7 +352,7 @@ // (as opposed to one of its iframes). if (this.feeds && aMessage.target == this) this.feeds = null; - this._browser.scale = 1; + this.scale = 1; ]]>