зеркало из https://github.com/mozilla/gecko-dev.git
Bug 100509. JS strict warning (re-declaration) r=doron, sr=blake
This commit is contained in:
Родитель
b69f52f2ef
Коммит
15715f037a
|
@ -29,7 +29,7 @@ try {
|
||||||
if (prefsService)
|
if (prefsService)
|
||||||
prefsService = prefsService.getService();
|
prefsService = prefsService.getService();
|
||||||
if (prefsService)
|
if (prefsService)
|
||||||
var gPrefs = prefsService.QueryInterface(Components.interfaces.nsIPref);
|
gPrefs = prefsService.QueryInterface(Components.interfaces.nsIPref);
|
||||||
} catch (ex) {
|
} catch (ex) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче