зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1160333 - When denying permission, use the string 'PermissionDeniedError'. r=nsm
This commit is contained in:
Родитель
817e793cea
Коммит
e62a465a91
|
@ -262,7 +262,7 @@ Push.prototype = {
|
|||
}.bind(this),
|
||||
|
||||
function() {
|
||||
reject("denied");
|
||||
reject("PermissionDeniedError");
|
||||
}
|
||||
);
|
||||
}.bind(this));
|
||||
|
@ -286,7 +286,7 @@ Push.prototype = {
|
|||
}.bind(this),
|
||||
|
||||
function() {
|
||||
reject("denied");
|
||||
reject("PermissionDeniedError");
|
||||
}
|
||||
);
|
||||
}.bind(this));
|
||||
|
|
Загрузка…
Ссылка в новой задаче