Bug 706746 - Don't try to close the Inspector's "Leaving this page" notification bar twice. r=msucan

This commit is contained in:
Cameron McCormack 2011-12-02 11:08:56 +11:00
Родитель 98722f7a14
Коммит 8a3eac2769
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -2220,7 +2220,9 @@ InspectorProgressListener.prototype = {
aRequest.resume();
aRequest = null;
this.IUI.closeInspectorUI();
return true;
}
return false;
}.bind(this),
},
{