| Index: ios/web/public/web_state/ui/crw_content_view.h
|
| diff --git a/ios/web/public/web_state/ui/crw_content_view.h b/ios/web/public/web_state/ui/crw_content_view.h
|
| index 480a5978f55764337e1aa407cd5ceb4f8a85cbbd..fb04b6c345ca17dcabbd461e348855eec6a41444 100644
|
| --- a/ios/web/public/web_state/ui/crw_content_view.h
|
| +++ b/ios/web/public/web_state/ui/crw_content_view.h
|
| @@ -14,7 +14,7 @@
|
| // The scroll view used to display the content. If |scrollView| is non-nil,
|
| // it will be used to back the CRWContentViewScrollViewProxy and is expected to
|
| // be a subview of the CRWContentView.
|
| -@property(nonatomic, strong, readonly) UIScrollView* scrollView;
|
| +@property(nonatomic, retain, readonly) UIScrollView* scrollView;
|
|
|
| // Adds a top padding to content view. Implementations of this protocol can
|
| // implement this method using UIScrollView.contentInset (where applicable) or
|
|
|