Bug 78320 javascript strict warnings and error in urlbarBindings.xml

patch by ajvincent@juno.com r=brade sr=jst
This commit is contained in:
timeless%mozdev.org 2003-06-12 06:39:08 +00:00
Родитель 888ec7ff01
Коммит 894a28c378
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -228,7 +228,7 @@
if (ds) {
var res = rdf.GetResource(defaultEngine);
try {
searchBarUrl = this.readRDFString(ds, res, kNC_searchBarUrl);
var searchBarUrl = this.readRDFString(ds, res, kNC_searchBarUrl);
} catch(ex) {
searchBarUrl = null;
}