mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 735676 - Fix Sanitizer.passwords.canClear. r=mleibovic
This commit is contained in:
parent
3057ab345d
commit
14b87ac70d
@ -251,7 +251,7 @@ Sanitizer.prototype = {
|
||||
|
||||
get canClear()
|
||||
{
|
||||
Services.logins.countLogins("", "", ""); // count all logins
|
||||
let count = Services.logins.countLogins("", "", ""); // count all logins
|
||||
return (count > 0);
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user