Backed out changesets 6deb17bc6c56 and 7952fadd1732 (bug 839280) for mochitest-other crashes.

This commit is contained in:
Ryan VanderMeulen 2013-03-07 19:10:52 -05:00
parent f9452b44d5
commit 7c4edffe55
2 changed files with 0 additions and 5 deletions

View File

@ -696,10 +696,6 @@ Toolbox.prototype = {
outstanding.push(panel.destroy());
}
let container = this.doc.getElementById("toolbox-buttons");
while(container.firstChild)
container.removeChild(container.firstChild);
outstanding.push(this._host.destroy());
// Targets need to be notified that the toolbox is being torn down, so that

View File

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