| Index: ios/clean/chrome/browser/ui/tab/tab_coordinator.mm
|
| diff --git a/ios/clean/chrome/browser/ui/tab/tab_coordinator.mm b/ios/clean/chrome/browser/ui/tab/tab_coordinator.mm
|
| index 59497cb2e159e0165b1fa94e3b025c0ca8759c21..3f7aaf7f6c7e36104ba9220464f4ad5d90dad3a6 100644
|
| --- a/ios/clean/chrome/browser/ui/tab/tab_coordinator.mm
|
| +++ b/ios/clean/chrome/browser/ui/tab/tab_coordinator.mm
|
| @@ -52,7 +52,6 @@ const BOOL kUseBottomToolbar = NO;
|
| base::MakeUnique<web::WebStateObserverBridge>(self.webState, self);
|
|
|
| WebCoordinator* webCoordinator = [[WebCoordinator alloc] init];
|
| - webCoordinator.webState = self.webState;
|
| [self addChildCoordinator:webCoordinator];
|
| // Unset the base view controller, so |webCoordinator| doesn't present its
|
| // view controller.
|
|
|