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

Unified Diff: ios/web_view/internal/criwv_web_main_parts.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_parts.h
diff --git a/ios/web_view/internal/criwv_web_main_parts.h b/ios/web_view/internal/criwv_web_main_parts.h
index dc4871cadaaeb71999fb88f27c0c66ef7a41ebd6..14821cc0aecc4b782d879c01a3939b4504f60814 100644
--- a/ios/web_view/internal/criwv_web_main_parts.h
+++ b/ios/web_view/internal/criwv_web_main_parts.h
@@ -33,7 +33,7 @@ class CRIWVWebMainParts : public web::WebMainParts {
private:
// This object's delegate.
- id<CRIWVDelegate> delegate_;
+ __weak id<CRIWVDelegate> delegate_;
// The BrowserState for this embedder.
std::unique_ptr<CRIWVBrowserState> browser_state_;

Powered by Google App Engine
This is Rietveld 408576698