Bug 357801 - new typeaheadfind object is created when accessing the fastFind property of an inactive browser element of a tabbrowser. r=gavin.

This commit is contained in:
mozilla.mano%sent.com 2006-11-05 00:06:39 +00:00
parent 42161f75f0
commit 76a4c3f922

View File

@ -263,7 +263,7 @@
return null;
var tabBrowser = this.getTabBrowser();
if (tabBrowser && tabBrowser.mCurrentBrowser == this)
if (tabBrowser)
return this._fastFind = tabBrowser.fastFind;
if (!this.docShell)