This commit is contained in:
sspitzer@mozilla.org 2007-12-12 13:07:42 -08:00
Родитель 8423252be1
Коммит 8c6c212fbc
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -722,8 +722,8 @@ PlacesTreeView.prototype = {
containerClosed: function PTV_containerClosed(aItem) {
this.invalidateContainer(aItem);
},
},
invalidateContainer: function PTV_invalidateContainer(aItem) {
NS_ASSERT(this._result, "Got a notification but have no result!");
if (!this._tree)