Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Unified Diff: ios/chrome/browser/ui/static_content/static_html_view_controller.h

Issue 2890163003: [ObjC ARC] Converts ios/chrome/browser/ui/static_content:static_content to ARC. (Closed)
Patch Set: Addressed all comments. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698