[iOS] Update clipboard content type check to be sequential
This is to prevent a crash due to NSMutableDictionary being modified on multiple threads simultaneously. Per https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Multithreading/ThreadSafetySummary/ThreadSafetySummary.html, NSMutableDictionary can be used on multiple threads, but not at the same time. Bug: 1119964, 1121401 Change-Id: If37ea9ebb8d0e4b8276dc69ffd52fad318a181ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367704 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:Ted Choc <tedchoc@chromium.org> Reviewed-by:
Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#801571}
Showing
Please register or sign in to comment