Backout 8a6de68c0feb (Fix for bug 571159 (Leak nsGlobalWindow with unknown-content-type dialog)) to fix orange.

--HG--
extra : rebase_source : b405b0ac1c54dd3af3141d8762b26e91e2e63a02
This commit is contained in:
Peter Van der Beken 2010-06-28 17:39:56 +02:00
Родитель 87551e9076
Коммит 875cf25bd9
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -929,7 +929,6 @@ nsUnknownContentTypeDialog.prototype = {
// Unhook dialog from this object.
this.mDialog.dialog = null;
this.mDialog = null;
// Close up dialog by returning true.
return true;
@ -949,7 +948,6 @@ nsUnknownContentTypeDialog.prototype = {
// Unhook dialog from this object.
this.mDialog.dialog = null;
this.mDialog = null;
// Close up dialog by returning true.
return true;