| Index: ios/chrome/browser/crash_report/crash_restore_helper.mm
|
| diff --git a/ios/chrome/browser/crash_report/crash_restore_helper.mm b/ios/chrome/browser/crash_report/crash_restore_helper.mm
|
| index 6a66ab781b8249714659792f9c02f3b4311bfa65..29a14209080a9fa71eb8bbf2e9a90f0601cdebda 100644
|
| --- a/ios/chrome/browser/crash_report/crash_restore_helper.mm
|
| +++ b/ios/chrome/browser/crash_report/crash_restore_helper.mm
|
| @@ -296,7 +296,7 @@ - (void)infoBarRemoved:(infobars::InfoBar*)infobar {
|
| tabRestoreService->LoadTabsFromLastSession();
|
|
|
| web::WebState::CreateParams params(_browserState);
|
| - for (CRWNavigationManagerStorage* session in sessions) {
|
| + for (CRWSessionStorage* session in sessions) {
|
| std::unique_ptr<web::WebState> webState =
|
| web::WebState::Create(params, session);
|
| // Add all tabs at the 0 position as the position is relative to an old
|
|
|