Bug 1117060 - remove some deprecated let expressions in /im. r=florian, a=mkmelin
This commit is contained in:
Родитель
3ee785a58f
Коммит
58e9d00aa2
|
@ -1042,10 +1042,9 @@ var gApplicationsPane = {
|
|||
return this._getIconURLForSystemDefault(aHandlerInfo);
|
||||
|
||||
case Ci.nsIHandlerInfo.useHelperApp:
|
||||
let (preferredApp = aHandlerInfo.preferredApplicationHandler) {
|
||||
if (this.isValidHandlerApp(preferredApp))
|
||||
return this._getIconURLForHandlerApp(preferredApp);
|
||||
}
|
||||
let preferredApp = aHandlerInfo.preferredApplicationHandler;
|
||||
if (this.isValidHandlerApp(preferredApp))
|
||||
return this._getIconURLForHandlerApp(preferredApp);
|
||||
break;
|
||||
|
||||
// This should never happen, but if preferredAction is set to some weird
|
||||
|
|
Загрузка…
Ссылка в новой задаче