Index: ios/chrome/browser/autofill/form_suggestion_controller.h |
diff --git a/ios/chrome/browser/autofill/form_suggestion_controller.h b/ios/chrome/browser/autofill/form_suggestion_controller.h |
index 92d37821345bf7e85d2b3adc1fe676ec8684f76b..825d779d369524c7ab2ddb58a6f6138c4cf4441f 100644 |
--- a/ios/chrome/browser/autofill/form_suggestion_controller.h |
+++ b/ios/chrome/browser/autofill/form_suggestion_controller.h |
@@ -46,8 +46,8 @@ class WebState; |
- (void)detachFromWebState; |
// Provides an input accessory view for form suggestions. |
-@property(nonatomic, readonly) |
- id<FormInputAccessoryViewProvider> accessoryViewProvider; |
+@property(weak, nonatomic, readonly) id<FormInputAccessoryViewProvider> |
stkhapugin
2017/06/13 12:28:25
definitely strong, as this is returning |self|
marq (ping after 24h)
2017/06/13 12:36:33
Done.
|
+ accessoryViewProvider; |
@end |