| Index: ios/chrome/browser/ui/static_content/static_html_native_content.h
|
| diff --git a/ios/chrome/browser/ui/static_content/static_html_native_content.h b/ios/chrome/browser/ui/static_content/static_html_native_content.h
|
| index 3c4f659428d13641ee0da5a67c67355869cdf216..f4c4f75a79a9fead50861b4166d7ccf1cb872c8b 100644
|
| --- a/ios/chrome/browser/ui/static_content/static_html_native_content.h
|
| +++ b/ios/chrome/browser/ui/static_content/static_html_native_content.h
|
| @@ -55,7 +55,7 @@ struct Referrer;
|
| // The overscroll actions controller of the native content.
|
| // Setting this value to non-nil will enable Overscroll Actions.
|
| // Invalidated when |close| is called on this object.
|
| -@property(nonatomic, assign)
|
| +@property(nonatomic, strong)
|
| OverscrollActionsController* overscrollActionsController;
|
|
|
| @end
|
|
|