| Index: ios/web/shell/view_controller.mm
|
| diff --git a/ios/web/shell/view_controller.mm b/ios/web/shell/view_controller.mm
|
| index 1d541061cbf792a066a0c78679b78381d1fd3306..b66835321e8b032c7303d190a7ccea73946aa8cf 100644
|
| --- a/ios/web/shell/view_controller.mm
|
| +++ b/ios/web/shell/view_controller.mm
|
| @@ -187,6 +187,10 @@ using web::NavigationManager;
|
| [_field setText:base::SysUTF8ToNSString(visibleURL.spec())];
|
| }
|
|
|
| +- (web::WebState*)webState {
|
| + return _webState.get();
|
| +}
|
| +
|
| // -----------------------------------------------------------------------
|
| #pragma mark Bikeshedding Implementation
|
|
|
|
|