зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1425038 - Fix aCheckMsg typo in GeckoViewPrompt; r=me
Fix the aCheckMsg/aCheckLabel name mismatch in GeckoViewPrompt; r=me for trivial patch.
This commit is contained in:
Родитель
69413f980c
Коммит
e8c53dde84
|
@ -713,7 +713,7 @@ PromptDelegate.prototype = {
|
|||
},
|
||||
|
||||
asyncPromptAuth: function(aChannel, aCallback, aContext, aLevel, aAuthInfo,
|
||||
aCheckLabel, aCheckState) {
|
||||
aCheckMsg, aCheckState) {
|
||||
let responded = false;
|
||||
let callback = result => {
|
||||
// OK: result && result.password !== undefined
|
||||
|
|
Загрузка…
Ссылка в новой задаче