Index: ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.mm |
diff --git a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.mm b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.mm |
index 686b367f207913f2a26c5db75d402de20425475a..aabb798607fab612b0a4689b414e7e16426d6941 100644 |
--- a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.mm |
+++ b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.mm |
@@ -64,7 +64,7 @@ const CGFloat kSelectedBorderWidth = 4.0f; |
callback:^(UIImage* snapshot) { |
// PLACEHOLDER: This operation will be cancellable. |
if ([weakSelf.item.tabID isEqualToString:item.tabID]) { |
- [weakSelf setSnapshot:snapshot]; |
+ weakSelf.snapshot = snapshot; |
} |
}]; |
} |