зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1005093 - Fix return code path of getNotificationURLFor(). r=fabrice
This commit is contained in:
Родитель
9dff27145b
Коммит
cbd575daea
|
@ -178,8 +178,8 @@ let AlertsHelper = {
|
|||
return helper.fullLaunchPath();
|
||||
} else if (typeof message === "object" &&
|
||||
kNotificationSystemMessageName in message) {
|
||||
return
|
||||
helper.resolveFromOrigin(message[kNotificationSystemMessageName]);
|
||||
return helper.resolveFromOrigin(
|
||||
message[kNotificationSystemMessageName]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче