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..fe95bcf1ec437f5d53ab16d5d12f1cf8be909bf9 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(weak, nonatomic, readonly) WKWebView* webView; |
rohitrao (ping after 24h)
2017/05/30 15:00:49
Put the weak attribute last, since that's where we
lindsayw
2017/06/01 16:02:08
Done.
|
// Returns the web controller scrollview. |
- (UIScrollView*)scrollView; |