bug 411930 - Crash reporter sends wrong URL when crashing during pageload r=paul

This commit is contained in:
Dietrich Ayala 2009-10-30 14:04:24 -04:00
Родитель e82d146136
Коммит 6707728be9
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -741,6 +741,8 @@ SessionStoreService.prototype = {
if (!aNoNotification) {
this.saveStateDelayed(aWindow);
}
this._updateCrashReportURL(aWindow);
},
/**