Chromium Code Reviews| Index: ios/web_view/internal/criwv_web_client.h |
| diff --git a/ios/web_view/internal/criwv_web_client.h b/ios/web_view/internal/criwv_web_client.h |
| index 536440503acbc5ea1b066676c82b1463e9021e07..20b2517986caedeeefbe19e2abde5d1c0179bec1 100644 |
| --- a/ios/web_view/internal/criwv_web_client.h |
| +++ b/ios/web_view/internal/criwv_web_client.h |
| @@ -34,7 +34,7 @@ class CRIWVWebClient : public web::WebClient { |
| private: |
| // This object's delegate. |
| - id<CRIWVDelegate> delegate_; |
| + __weak id<CRIWVDelegate> delegate_; |
|
stkhapugin
2017/02/13 15:54:59
Just a heads-up, this prevents this class from bei
michaeldo
2017/02/13 16:04:15
Thanks for pointing that out. This is definitely o
|
| // The WebMainParts created by |CreateWebMainParts()|. |
| CRIWVWebMainParts* web_main_parts_; |