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

Unified Diff: ios/web/web_state/ui/crw_wk_script_message_router.h

Issue 2432363003: [ObjC ARC] Converts parts of ios/web/webstate to ARC. (Closed)
Patch Set: rebase Created 4 years, 1 month 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/web/web_state/ui/crw_wk_script_message_router.h
diff --git a/ios/web/web_state/ui/crw_wk_script_message_router.h b/ios/web/web_state/ui/crw_wk_script_message_router.h
index bb6b2a2de8840b6e57e9538f101213e2fff6baf3..8f71454694dbfbe9b594d3d55189f3989a7f7804 100644
--- a/ios/web/web_state/ui/crw_wk_script_message_router.h
+++ b/ios/web/web_state/ui/crw_wk_script_message_router.h
@@ -14,7 +14,8 @@
@interface CRWWKScriptMessageRouter : NSObject
// Underlying WKUserContentController.
-@property(nonatomic, readonly) WKUserContentController* userContentController;
+@property(weak, nonatomic, readonly)
+ WKUserContentController* userContentController;
// Designated initializer. |userContentController| must not be nil.
- (instancetype)initWithUserContentController:
« no previous file with comments | « ios/web/web_state/ui/crw_web_view_content_view.mm ('k') | ios/web/web_state/ui/crw_wk_script_message_router.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698