Bug 598676 - Error: this._browser is undefined [r=mfinkle]

This commit is contained in:
Matt Brubeck 2010-09-22 10:31:34 -07:00
Родитель 05673b0569
Коммит 9230d6cb3e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
]]>
</body>
</method>