1 --- a/toolkit/components/passwordmgr/nsLoginManager.js 2011-06-15 23:57:54.000000000 +0200
2 +++ b/components/passwordmgr/nsLoginManager.js 2011-07-03 12:30:12.521179505 +0200
4 * specified form input.
6 _isAutocompleteDisabled : function (element) {
7 - if (element && element.hasAttribute("autocomplete") &&
8 - element.getAttribute("autocomplete").toLowerCase() == "off")