Index: ios/chrome/browser/ui/static_content/static_html_view_controller.h |
diff --git a/ios/chrome/browser/ui/static_content/static_html_view_controller.h b/ios/chrome/browser/ui/static_content/static_html_view_controller.h |
index 070e246ea3df9a79ad2fbb8ae70d97810ec44cd5..639b5e15f6d710b2d158a9f0c1b1e4f900779064 100644 |
--- a/ios/chrome/browser/ui/static_content/static_html_view_controller.h |
+++ b/ios/chrome/browser/ui/static_content/static_html_view_controller.h |
@@ -50,7 +50,7 @@ typedef void (^HtmlCallback)(NSString*); |
@interface StaticHtmlViewController : NSObject |
// The web view that is displaying the content. It is lazily created. |
-@property(nonatomic, readonly) WKWebView* webView; |
+@property(nonatomic, readonly, weak) WKWebView* webView; |
// Returns the web controller scrollview. |
- (UIScrollView*)scrollView; |