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

Unified Diff: ios/web_view/public/criwv_web_view.h

Issue 2692603002: Convert //ios/web_view/internal to ARC. (Closed)
Patch Set: Respond to comments. Created 3 years, 10 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/web_view/public/criwv_web_view.h
diff --git a/ios/web_view/public/criwv_web_view.h b/ios/web_view/public/criwv_web_view.h
index e5b49342f04e4823aeaba443e94b9e6f02cf651b..02510d18c71985f268edb4f3c9edecbad8729494 100644
--- a/ios/web_view/public/criwv_web_view.h
+++ b/ios/web_view/public/criwv_web_view.h
@@ -22,7 +22,7 @@
@property(nonatomic, readonly) UIView* view;
// This web view's delegate.
-@property(nonatomic, readwrite, assign) id<CRIWVWebViewDelegate> delegate;
+@property(nonatomic, weak) id<CRIWVWebViewDelegate> delegate;
// Whether or not this web view can go backwards or forwards.
@property(nonatomic, readonly) BOOL canGoBack;
« ios/web_view/internal/criwv_web_client.h ('K') | « ios/web_view/internal/criwv_web_view.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698