зеркало из https://github.com/mozilla/gecko-dev.git
Bug 839280 - Fix document leak in nsLoginManager. r=dolske
This commit is contained in:
Родитель
ccce73b05c
Коммит
c0672cfff6
|
@ -284,6 +284,7 @@ LoginManager.prototype = {
|
|||
|
||||
switch (event.type) {
|
||||
case "DOMContentLoaded":
|
||||
event.target.removeEventListener(event.type, this, false);
|
||||
this._pwmgr._fillDocument(event.target);
|
||||
return;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче