Bug 839280 - Fix document leak in nsLoginManager. r=dolske

This commit is contained in:
Alexandre Poirot 2013-03-07 17:39:39 -05:00
Родитель ccce73b05c
Коммит c0672cfff6
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -284,6 +284,7 @@ LoginManager.prototype = {
switch (event.type) {
case "DOMContentLoaded":
event.target.removeEventListener(event.type, this, false);
this._pwmgr._fillDocument(event.target);
return;