Skip to content

Commit a80e60e

Browse files
author
Gauthier Ambard
committed
Change assign to copy for block property
RecentTabsHandsetCoordinator should retain its block property. Bug: 775508 Change-Id: Ifd9bd829786592adde9057bec68bf3a73b6c9fc2 Reviewed-on: https://chromium-review.googlesource.com/723304 Reviewed-by: Jean-François Geyelin <[email protected]> Commit-Queue: Gauthier Ambard <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#509383}(cherry picked from commit 51058e6) Reviewed-on: https://chromium-review.googlesource.com/726119 Reviewed-by: Gauthier Ambard <[email protected]> Cr-Commit-Position: refs/branch-heads/3239@{#51} Cr-Branched-From: adb61db-refs/heads/master@{#508578}
1 parent 94d371c commit a80e60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/chrome/browser/ui/ntp/recent_tabs/recent_tabs_handset_coordinator.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ @interface RecentTabsHandsetCoordinator ()<
2020
RecentTabsHandsetViewController* recentTabsViewController;
2121
@property(nonatomic, strong) RecentTabsTableCoordinator* tableCoordinator;
2222
// Completion block called once the recentTabsViewController is dismissed.
23-
@property(nonatomic, assign) ProceduralBlock completion;
23+
@property(nonatomic, copy) ProceduralBlock completion;
2424

2525
@end
2626

0 commit comments

Comments
 (0)