| Index: ios/web/navigation/crw_session_controller.mm
|
| diff --git a/ios/web/navigation/crw_session_controller.mm b/ios/web/navigation/crw_session_controller.mm
|
| index 5d67cb5993284e06c6934c272faa3c6ca1711d14..21e3d8727c421475c74e97cab0f07e30ff77e2e7 100644
|
| --- a/ios/web/navigation/crw_session_controller.mm
|
| +++ b/ios/web/navigation/crw_session_controller.mm
|
| @@ -91,7 +91,7 @@ NSString* const kXCallbackParametersKey = @"xCallbackParameters";
|
| BOOL _useDesktopUserAgentForNextPendingEntry;
|
|
|
| // The browser state associated with this CRWSessionController;
|
| - __weak web::BrowserState* _browserState;
|
| + web::BrowserState* _browserState; // weak
|
|
|
| // Time smoother for navigation entry timestamps; see comment in
|
| // navigation_controller_impl.h
|
|
|