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:
Jim Chen 2017-12-20 16:10:34 -05:00
Родитель 69413f980c
Коммит e8c53dde84
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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