| Index: ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.mm
|
| diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.mm b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.mm
|
| index dac81166a732bc1b45d82ee91a1d36f0dba3e236..396b3744e1a49318fc3b12a3bf9c41f9592ca103 100644
|
| --- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.mm
|
| +++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.mm
|
| @@ -314,7 +314,7 @@ CGFloat tabSwitcherLocalSessionCellTopBarHeight() {
|
| target:self
|
| selector:@selector(closeButtonPressed)];
|
| [customActions addObject:customAction = nil];
|
| - return customActions = nil;
|
| + return customActions;
|
| }
|
|
|
| @end
|
|
|