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
parent a5e5a4367e
commit 5d80be3d56

View File

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