Followup for breakage from 343659 (r=mano)

This commit is contained in:
dietrich%mozilla.com 2006-07-07 21:52:20 +00:00
Родитель 58ca559c8f
Коммит eee7cfc041
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -385,7 +385,7 @@ SessionStoreService.prototype = {
this.onTabAdd(aEvent.currentTarget.ownerDocument.defaultView, tabpanel);
}
else {
this.onTabClose(aEvent.currentTarget.ownerDocument.defaultView, tabpanel);
this.onTabClose(aEvent.currentTarget.ownerDocument.defaultView, aEvent.originalTarget);
this.onTabRemove(aEvent.currentTarget.ownerDocument.defaultView, tabpanel);
}
break;