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

Unified Diff: ios/web_view/internal/criwv_web_main_delegate.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/internal/criwv_web_main_delegate.h
diff --git a/ios/web_view/internal/criwv_web_main_delegate.h b/ios/web_view/internal/criwv_web_main_delegate.h
index 0e33793cb8bd3b41731a11cb8365509745e0414b..929a2e417007ea144544c13a9ee6d5f742afed96 100644
--- a/ios/web_view/internal/criwv_web_main_delegate.h
+++ b/ios/web_view/internal/criwv_web_main_delegate.h
@@ -25,7 +25,7 @@ class CRIWVWebMainDelegate : public web::WebMainDelegate {
private:
// This object's delegate.
- id<CRIWVDelegate> delegate_;
+ __weak id<CRIWVDelegate> delegate_;
// The content and web clients registered by this object.
std::unique_ptr<CRIWVWebClient> web_client_;

Powered by Google App Engine
This is Rietveld 408576698