| Index: ios/chrome/browser/ui/tabs/tab_strip_view.h
|
| diff --git a/ios/chrome/browser/ui/tabs/tab_strip_view.h b/ios/chrome/browser/ui/tabs/tab_strip_view.h
|
| index 785a9967502fcf389e793c5a81e02c2cbd6fc6a0..60f46d5f08ab9e97d952790c936cd44563e2ba2d 100644
|
| --- a/ios/chrome/browser/ui/tabs/tab_strip_view.h
|
| +++ b/ios/chrome/browser/ui/tabs/tab_strip_view.h
|
| @@ -28,10 +28,10 @@ extern NSString* const kTabStripViewFrameDidChangeNotification;
|
| // tab overflow behavior.
|
| @interface TabStripView : UIScrollView {
|
| @private
|
| - id<TabStripViewLayoutDelegate> layoutDelegate_;
|
| + id<TabStripViewLayoutDelegate> __weak layoutDelegate_;
|
| }
|
|
|
| -@property(nonatomic, readwrite, assign) id<TabStripViewLayoutDelegate>
|
| +@property(nonatomic, readwrite, weak) id<TabStripViewLayoutDelegate>
|
| layoutDelegate;
|
|
|
| @end
|
|
|