| Index: ios/web_view/internal/criwv_web_main_parts.h
|
| diff --git a/ios/web_view/internal/criwv_web_main_parts.h b/ios/web_view/internal/criwv_web_main_parts.h
|
| index dc4871cadaaeb71999fb88f27c0c66ef7a41ebd6..7c6c77c15ac5941c095167ce919b9a3500ed8187 100644
|
| --- a/ios/web_view/internal/criwv_web_main_parts.h
|
| +++ b/ios/web_view/internal/criwv_web_main_parts.h
|
| @@ -33,7 +33,7 @@ class CRIWVWebMainParts : public web::WebMainParts {
|
|
|
| private:
|
| // This object's delegate.
|
| - id<CRIWVDelegate> delegate_;
|
| + __unsafe_unretained id<CRIWVDelegate> delegate_;
|
|
|
| // The BrowserState for this embedder.
|
| std::unique_ptr<CRIWVBrowserState> browser_state_;
|
|
|