diff --git a/toolkit/components/typeaheadfind/content/findBar.js b/toolkit/components/typeaheadfind/content/findBar.js index 1264ec5d0cc..d58c63e2eca 100755 --- a/toolkit/components/typeaheadfind/content/findBar.js +++ b/toolkit/components/typeaheadfind/content/findBar.js @@ -413,7 +413,7 @@ function shouldFastFind(evt) // disable FAYT in about:config and about:blank to prevent FAYT opening // unexpectedly - to fix bugs 264562, 267150, 269712 - var url = getBrowser().selectedBrowser.webNavigation.currentURI.spec; + var url = getBrowser().currentURI.spec; if (url == "about:blank" || url == "about:config") return false;