| Index: ios/web_view/public/criwv_web_view.h
|
| diff --git a/ios/web_view/public/criwv_web_view.h b/ios/web_view/public/criwv_web_view.h
|
| index e5b49342f04e4823aeaba443e94b9e6f02cf651b..02510d18c71985f268edb4f3c9edecbad8729494 100644
|
| --- a/ios/web_view/public/criwv_web_view.h
|
| +++ b/ios/web_view/public/criwv_web_view.h
|
| @@ -22,7 +22,7 @@
|
| @property(nonatomic, readonly) UIView* view;
|
|
|
| // This web view's delegate.
|
| -@property(nonatomic, readwrite, assign) id<CRIWVWebViewDelegate> delegate;
|
| +@property(nonatomic, weak) id<CRIWVWebViewDelegate> delegate;
|
|
|
| // Whether or not this web view can go backwards or forwards.
|
| @property(nonatomic, readonly) BOOL canGoBack;
|
|
|