mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
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:
parent
42161f75f0
commit
76a4c3f922
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user