| Index: ios/web/web_state/ui/crw_web_controller+protected.h
|
| diff --git a/ios/web/web_state/ui/crw_web_controller+protected.h b/ios/web/web_state/ui/crw_web_controller+protected.h
|
| index e6e163f4891362337a4caef89d0c87a48ffe3890..2bb6d0e65bcbfb50edf8fbda7a3dfb3696569a0e 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller+protected.h
|
| +++ b/ios/web/web_state/ui/crw_web_controller+protected.h
|
| @@ -137,8 +137,9 @@ static NSString* const kScriptImmediateName = @"crwebinvokeimmediate";
|
|
|
| - (CRWWebControllerPendingNavigationInfo*)pendingNavigationInfo;
|
|
|
| -// Designated initializer.
|
| -- (instancetype)initWithWebState:(std::unique_ptr<web::WebStateImpl>)webState;
|
| +// Designated initializer. Initializes web controller with |webState|. The
|
| +// calling code must retain the ownership of |webState|.
|
| +- (instancetype)initWithWebState:(web::WebStateImpl*)webState;
|
|
|
| // Creates a web view if it's not yet created.
|
| - (void)ensureWebViewCreated;
|
|
|